Commit 5a0341a2 authored by 734642908@qq.com's avatar 734642908@qq.com

测试竞拍

parent 2f2bc1cb
...@@ -13,7 +13,7 @@ class AuctionController extends BaseController ...@@ -13,7 +13,7 @@ class AuctionController extends BaseController
//竞拍商品列表 //竞拍商品列表
public $goodsList = array( public $goodsList = array(
array( array(
'date'=>'2018-09-21' 'date'=>'2018-09-22'
,'name'=>'一期竞拍' ,'name'=>'一期竞拍'
,'list'=> array( ,'list'=> array(
array( array(
...@@ -35,7 +35,7 @@ class AuctionController extends BaseController ...@@ -35,7 +35,7 @@ class AuctionController extends BaseController
,'initial_price'=>50 ,'initial_price'=>50
,'bid_price'=>50 ,'bid_price'=>50
,'enroll_price'=>50 ,'enroll_price'=>50
,'start_time'=>'2018-09-21 22:00' ,'start_time'=>'2018-09-22 17:00'
,'end_time'=>'' ,'end_time'=>''
,'status'=>'1' ,'status'=>'1'
) )
...@@ -888,7 +888,7 @@ class AuctionController extends BaseController ...@@ -888,7 +888,7 @@ class AuctionController extends BaseController
} }
public function auctionFlush() { public function auctionFlush() {
S(C('REDIS'))->del('hezijp001'); S(C('REDIS'))->del('hezijp0010');
S(C('REDIS'))->del('hezijp002'); S(C('REDIS'))->del('hezijp002');
S(C('REDIS'))->del('hezijp003'); S(C('REDIS'))->del('hezijp003');
S(C('REDIS'))->del('hezijp004'); S(C('REDIS'))->del('hezijp004');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment