1
This commit is contained in:
parent
d9c50e84f1
commit
428268e7fe
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user