This commit is contained in:
songliang 2023-06-25 19:37:54 +08:00
parent 42329900e3
commit 80263f6cf9

View File

@ -215,7 +215,7 @@ class Shop(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['block_chain', [], '链上购买订单信息'] ['block_chain', [_common.ShopTrans], '链上购买订单信息']
] ]
} }
] ]