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(), ] }, ]