Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ylc.llewan.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
llewan
ylc.llewan.com
Commits
5a0341a2
Commit
5a0341a2
authored
Sep 22, 2018
by
734642908@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试竞拍
parent
2f2bc1cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AuctionController.class.php
Application/Home/Controller/AuctionController.class.php
+3
-3
No files found.
Application/Home/Controller/AuctionController.class.php
View file @
5a0341a2
...
...
@@ -13,7 +13,7 @@ class AuctionController extends BaseController
//竞拍商品列表
public
$goodsList
=
array
(
array
(
'date'
=>
'2018-09-2
1
'
'date'
=>
'2018-09-2
2
'
,
'name'
=>
'一期竞拍'
,
'list'
=>
array
(
array
(
...
...
@@ -35,7 +35,7 @@ class AuctionController extends BaseController
,
'initial_price'
=>
50
,
'bid_price'
=>
50
,
'enroll_price'
=>
50
,
'start_time'
=>
'2018-09-2
1 22
:00'
,
'start_time'
=>
'2018-09-2
2 17
:00'
,
'end_time'
=>
''
,
'status'
=>
'1'
)
...
...
@@ -888,7 +888,7 @@ class AuctionController extends BaseController
}
public
function
auctionFlush
()
{
S
(
C
(
'REDIS'
))
->
del
(
'hezijp001'
);
S
(
C
(
'REDIS'
))
->
del
(
'hezijp001
0
'
);
S
(
C
(
'REDIS'
))
->
del
(
'hezijp002'
);
S
(
C
(
'REDIS'
))
->
del
(
'hezijp003'
);
S
(
C
(
'REDIS'
))
->
del
(
'hezijp004'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment