1
This commit is contained in:
parent
07eb1d13d9
commit
37b2834c6e
@ -533,4 +533,24 @@ class AAMarket(object):
|
||||
['!rows', [_common.RechargeHistory()], '数据'],
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': '/api/server_switch',
|
||||
'desc': '获取功能开关',
|
||||
'group': '!AAMarket',
|
||||
'url': 'https://market-test.kingsome.cn/api/server_switch',
|
||||
'params': [
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['data', [
|
||||
['heroChain',0,'英雄上链'],
|
||||
['heroUp',0,'英雄升阶'],
|
||||
['goldSyn',0,'金币合成'],
|
||||
['heroPieceSyn',0,'英雄碎片合成'],
|
||||
['chipPieceSyn',0,'芯片碎片合成'],
|
||||
['shop',0,'商店'],
|
||||
], '开关信息(如果没有则默认为未开启)'],
|
||||
]
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user