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