1
This commit is contained in:
parent
76a1da0a29
commit
77968c8e00
@ -28,12 +28,10 @@ class Shop(object):
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['goods_uuid', '', '商品唯一id'],
|
||||
['token_type', '', "选用币种"],
|
||||
['goods_num', 0, '商品数量'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['block_chain', _common.ShopTrans(), '链上购买订单信息'],
|
||||
['award', _common.Award(), '奖励信息'],
|
||||
['property_chg', _common.PropertyChg(), '属性变更'],
|
||||
['goods_chg', _common.Goods(), '购买后更新商品的最新信息(可能为null客户端需要做容错处理)'],
|
||||
@ -79,6 +77,7 @@ class Shop(object):
|
||||
_common.ReqHead(),
|
||||
['goods_uuid', '', '商品唯一id'],
|
||||
['goods_num', 0, '商品数量'],
|
||||
['platform', 0, '平台 1:android 2:ios'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user