This commit is contained in:
aozhiwei 2022-03-11 14:31:41 +08:00
parent 0668e9e6b1
commit 0f2f5452c6

View File

@ -18,7 +18,7 @@ class Auction(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['!rows', [_common.PreSaleBox()], '商品信息'], ['!rows', [_common.NftDetail()], '商品信息'],
['page', _common.Page(), '分页信息'], ['page', _common.Page(), '分页信息'],
] ]
}, },
@ -31,6 +31,7 @@ class Auction(object):
['account', '', '钱包账号'], ['account', '', '钱包账号'],
['token', '', 'token'], ['token', '', 'token'],
['net_id', '', '网络id'], ['net_id', '', '网络id'],
['token_id', '', 'token_id'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
@ -45,6 +46,7 @@ class Auction(object):
['account', '', '钱包账号'], ['account', '', '钱包账号'],
['token', '', 'token'], ['token', '', 'token'],
['net_id', '', '网络id'], ['net_id', '', '网络id'],
['token_id', '', 'token_id'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
@ -59,6 +61,7 @@ class Auction(object):
['account', '', '钱包账号'], ['account', '', '钱包账号'],
['token', '', 'token'], ['token', '', 'token'],
['net_id', '', '网络id'], ['net_id', '', '网络id'],
['token_id', '', 'token_id'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),