game2005api/doc/PayNotify.py
aozhiwei c5bc98d7b1 1
2021-11-25 10:27:20 +08:00

21 lines
415 B
Python

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