This commit is contained in:
aozhiwei 2024-06-20 16:06:54 +08:00
parent 3d5b9a2d63
commit c73dc992c9

View File

@ -161,7 +161,7 @@ class AAMarket(object):
['net_id', 0, '链id'], ['net_id', 0, '链id'],
['!tokens', [ ['!tokens', [
['token_id', '', 'token_id'], ['token_id', '', 'token_id'],
['token_type', 0, '1: hero 11:gold bullion'], ['contract_address', '', 'contract_address'],
], 'nft list'] ], 'nft list']
], ],
'response': [ 'response': [
@ -181,7 +181,7 @@ class AAMarket(object):
['net_id', 0, '链id'], ['net_id', 0, '链id'],
['!tokens', [ ['!tokens', [
['token_id', '', 'token_id'], ['token_id', '', 'token_id'],
['token_type', 0, '1: hero 11:gold bullion'], ['contract_address', '', 'contract_address'],
], 'nft list'] ], 'nft list']
], ],
'response': [ 'response': [