1
This commit is contained in:
parent
8c80200853
commit
041d224471
@ -28,21 +28,25 @@ class BcShop(object):
|
|||||||
'group': 'BcShop',
|
'group': 'BcShop',
|
||||||
'url': 'webapp/index.php?c=BcShop&a=buy',
|
'url': 'webapp/index.php?c=BcShop&a=buy',
|
||||||
'params': [
|
'params': [
|
||||||
['account', 0, '钱包账号'],
|
['token', '', 'token'],
|
||||||
['page', 0, '获取第几页数据'],
|
['type', '', '注意是箱子id!!!(box_id)'],
|
||||||
['sort', '', '排序字段'],
|
['buyer_address', '', '购买者账号id'],
|
||||||
|
['price', '', 'price'],
|
||||||
|
['payment_token_address', '', 'payment_token_address'],
|
||||||
|
['nonce', '', 'nonce'],
|
||||||
|
['signature', '', '签名soliditySha3(type, payment_token_address, price, nonce), 签名的replace客户端做处理'],
|
||||||
|
['net_id', '', '网络id'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
['!rows', [_common.PreSaleBox()], '商品信息'],
|
['order_id', '', '订单号(errcode = 0的时候,根据订单号客户端定时调用queryOrder接口)查询状态'],
|
||||||
['page', _common.Page(), '分页信息'],
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'queryOrder',
|
'name': 'queryOrder',
|
||||||
'desc': '查询订单状态',
|
'desc': '查询订单状态',
|
||||||
'group': 'Market',
|
'group': 'BcShop',
|
||||||
'url': 'webapp/index.php?c=Market&a=queryOrder',
|
'url': 'webapp/index.php?c=BcShop&a=queryOrder',
|
||||||
'params': [
|
'params': [
|
||||||
['account', 0, '钱包账号'],
|
['account', 0, '钱包账号'],
|
||||||
['token', '', 'token'],
|
['token', '', 'token'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user