This commit is contained in:
songliang 2023-06-25 19:46:26 +08:00
parent 80263f6cf9
commit 5290a4c958

View File

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