game2006api/doc/OutAppTools.py
hujiabin 896db8037a 1
2024-08-29 17:02:50 +08:00

19 lines
502 B
Python

import _common
class OutAppTools(object):
def __init__(self):
self.apis = [
{
'name': 'refreshServerSwitch',
'desc': '刷新服务器开关配置',
'group': 'OutAppTools',
'url': 'webapp/index.php?c=OutAppTools&a=refreshServerSwitch',
'params': [
],
'response': [
_common.RspHead(),
]
},
]