game2005api/doc/PayNotifyController.py
2021-11-17 15:55:16 +08:00

20 lines
401 B
Python

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