1
This commit is contained in:
parent
b9e8097a22
commit
77949a63b9
@ -166,8 +166,6 @@ class Shop(object):
|
|||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
['idx', 0, '每日精选的索引'],
|
|
||||||
['!goods_list', [_common.DailySelectionGoods()], '商品列表'],
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -192,6 +190,9 @@ class Shop(object):
|
|||||||
['idx', 0, '每日精选的索引'],
|
['idx', 0, '每日精选的索引'],
|
||||||
['grid', 0, '商品在每日精选中的位置索引'],
|
['grid', 0, '商品在每日精选中的位置索引'],
|
||||||
['count', 0, '购买数量,始终是1'],
|
['count', 0, '购买数量,始终是1'],
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user