game2005api/doc/Temp.py
2021-11-17 16:37:19 +08:00

21 lines
399 B
Python

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