This commit is contained in:
aozhiwei 2022-02-22 16:30:18 +08:00
parent 49cdfe5dc3
commit f9757e5aa4

View File

@ -34,6 +34,7 @@ class Market(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['token', '', 'token'],
] ]
}, },
{ {
@ -71,6 +72,7 @@ class Market(object):
'group': 'Market', 'group': 'Market',
'url': 'webapp/index.php?c=Market&a=buyBox', 'url': 'webapp/index.php?c=Market&a=buyBox',
'params': [ 'params': [
['token', '', 'token'],
['type', '', '注意是箱子id!!!(box_id)'], ['type', '', '注意是箱子id!!!(box_id)'],
['buyer_address', '', '购买者账号id'], ['buyer_address', '', '购买者账号id'],
['price', '', 'price'], ['price', '', 'price'],
@ -91,6 +93,7 @@ class Market(object):
'url': 'webapp/index.php?c=Market&a=queryOrder', 'url': 'webapp/index.php?c=Market&a=queryOrder',
'params': [ 'params': [
['account', 0, '钱包账号'], ['account', 0, '钱包账号'],
['token', '', 'token'],
['order_id', 0, '订单id'], ['order_id', 0, '订单id'],
], ],
'response': [ 'response': [
@ -105,6 +108,7 @@ class Market(object):
'url': 'webapp/index.php?c=Market&a=getNftList', 'url': 'webapp/index.php?c=Market&a=getNftList',
'params': [ 'params': [
['account', '', '账号id'], ['account', '', '账号id'],
['token', '', 'token'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
@ -118,6 +122,7 @@ class Market(object):
'url': 'webapp/index.php?c=Market&a=getNftDetail', 'url': 'webapp/index.php?c=Market&a=getNftDetail',
'params': [ 'params': [
['account', '', '账号id'], ['account', '', '账号id'],
['token', '', 'token'],
['token_id', '', 'token_id'], ['token_id', '', 'token_id'],
], ],
'response': [ 'response': [