# -*- coding: utf-8 -*- import _common class ServerSwitchController(object): def __init__(self): self.apis = [ { 'desc': 'getSwitch', 'url': 'webapp/index.php?c=ServerSwitchController&a=getSwitch', 'params': [ _common.ReqHead(), ], 'response': [ _common.RspHead(), ] }, ]