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

21 lines
397 B
Python

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