1
This commit is contained in:
parent
b4b97656e6
commit
d1dd03656e
@ -418,16 +418,15 @@ class AAMarket(object):
|
||||
},
|
||||
{
|
||||
'method': 'POST',
|
||||
'name': '/api/recharge/history',
|
||||
'name': '/api/recharge/history/:net_id/:account_address',
|
||||
'desc': '充值-历史',
|
||||
'group': '!AAMarket',
|
||||
'url': 'https://market-test.kingsome.cn/api/recharge/history',
|
||||
'url': 'https://market-test.kingsome.cn/api/recharge/history/:net_id/:account_address',
|
||||
'headers': _common.JwtHeader,
|
||||
'is_json_params': True,
|
||||
'request_params': [
|
||||
],
|
||||
'params': [
|
||||
['net_id', 0, '链id'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user