更新每日精选文档
This commit is contained in:
parent
2674dcc27a
commit
6a5a344f9c
@ -279,6 +279,7 @@ class Shop(object):
|
||||
['idx', 0, '每日精选的索引'],
|
||||
['grid', 0, '商品在每日精选中的位置索引'],
|
||||
['count', 0, '购买数量,始终是1'],
|
||||
['token_type', '', "选用币种,只能选择一种"],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
@ -450,8 +450,9 @@ class DailySelectionGoods(object):
|
||||
['goods_num', 0, '商品堆叠数量'],
|
||||
['shop_icon', "", '商品图标'],
|
||||
['weight', 0, '权重'],
|
||||
['discount', 0, '折扣'],
|
||||
['price', 0, '价格'],
|
||||
['token_type', '', '代币类型(4|0)'],
|
||||
['discount', '', '折扣(95|80)'],
|
||||
['price', '', '价格(100|100000)'],
|
||||
['pending', 0, '购买中...'],
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user