...
This commit is contained in:
parent
37ce1e9a90
commit
a078726b54
@ -167,6 +167,7 @@ class Shop(object):
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['idx', 0, '每日精选的索引'],
|
||||
['cost', 0, '每日精选的当前刷新价格'],
|
||||
['!goods_list', [_common.DailySelectionGoods()], '每日精选列表'],
|
||||
]
|
||||
},
|
||||
|
@ -788,6 +788,7 @@ class ShopController extends BaseAuthedController
|
||||
$grid = getReqVal('grid', 0);
|
||||
$count = getReqVal('count', 0);
|
||||
|
||||
$address = $this->_getAddress();
|
||||
// $chk = $this->decDailySelectionItem($idx, $grid, $count);
|
||||
// if (!$chk) {
|
||||
// $this->_rspErr(1, 'goods not enough');
|
||||
|
Loading…
x
Reference in New Issue
Block a user