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