This commit is contained in:
songliang 2023-06-25 19:49:48 +08:00
parent 5290a4c958
commit a13d1b11e6

View File

@ -109,7 +109,7 @@ class Shop(object):
],
'response': [
_common.RspHead(),
['block_chain', [_common.ShopTrans()], '链上交易结果'],
['block_chain', _common.ShopTrans(), '链上购买订单信息'],
['award', _common.Award(), '奖励信息'],
['property_chg', _common.PropertyChg(), '属性变更'],
['goods_chg', _common.NewGoods(), '购买后更新商品的最新信息(可能为null客户端需要做容错处理)'],
@ -215,7 +215,7 @@ class Shop(object):
],
'response': [
_common.RspHead(),
['block_chain', [_common.ShopTrans()], '链上购买订单信息']
['block_chain', _common.ShopTrans(), '链上购买订单信息']
]
}
]