This commit is contained in:
aozhiwei 2023-08-07 11:18:54 +08:00
parent d9279cee6e
commit 4abbec915e

View File

@ -50,7 +50,7 @@ class Market(object):
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
_common.Pagination(), _common.Pagination(),
['!rows', [_common.NftIntro()], 'nft列表'], ['!rows', [_common.MarketGoods()], 'nft列表'],
] ]
}, },
] ]