This commit is contained in:
aozhiwei 2023-06-16 15:13:51 +08:00
parent b9e8097a22
commit 77949a63b9

View File

@ -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(),
] ]
} }
] ]