1
This commit is contained in:
parent
49cdfe5dc3
commit
f9757e5aa4
@ -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': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user