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