This commit is contained in:
aozhiwei 2024-10-28 17:14:40 +08:00
parent 428268e7fe
commit c1dc79744c

View File

@ -629,9 +629,9 @@ class AAMarket(object):
'name': '/api/circuit_ranking', 'name': '/api/circuit_ranking',
'desc': '巡回赛赛季排行', 'desc': '巡回赛赛季排行',
'group': '!AAMarket', 'group': '!AAMarket',
'headers': _common.MaybeJwtHeader,
'url': 'https://market-test.kingsome.cn/api/circuit_ranking', 'url': 'https://market-test.kingsome.cn/api/circuit_ranking',
'params': [ 'params': [
['address', '0', 'address'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
@ -642,9 +642,9 @@ class AAMarket(object):
'name': '/api/circuit_phase_ranking', 'name': '/api/circuit_phase_ranking',
'desc': '巡回赛周期排行', 'desc': '巡回赛周期排行',
'group': '!AAMarket', 'group': '!AAMarket',
'headers': _common.MaybeJwtHeader,
'url': 'https://market-test.kingsome.cn/api/circuit_phase_ranking', 'url': 'https://market-test.kingsome.cn/api/circuit_phase_ranking',
'params': [ 'params': [
['address', '0', 'address'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),