This commit is contained in:
songliang 2023-06-21 13:58:12 +08:00
parent 96575205c7
commit 6de1c84b8e

View File

@ -109,7 +109,7 @@ class Shop(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['ret', Union([ ['ret', _common.Union([
[_common.ShopTrans(), '链上交易结果'], [_common.ShopTrans(), '链上交易结果'],
]), '购买结果'], ]), '购买结果'],
['award', _common.Award(), '奖励信息'], ['award', _common.Award(), '奖励信息'],