This commit is contained in:
aozhiwei 2024-08-01 13:15:56 +08:00
parent b4b97656e6
commit d1dd03656e

View File

@ -418,16 +418,15 @@ class AAMarket(object):
}, },
{ {
'method': 'POST', 'method': 'POST',
'name': '/api/recharge/history', 'name': '/api/recharge/history/:net_id/:account_address',
'desc': '充值-历史', 'desc': '充值-历史',
'group': '!AAMarket', '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, 'headers': _common.JwtHeader,
'is_json_params': True, 'is_json_params': True,
'request_params': [ 'request_params': [
], ],
'params': [ 'params': [
['net_id', 0, '链id'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),