game2006api/doc/AAStat.py
aozhiwei e42057d11a 1
2024-05-14 19:54:17 +08:00

22 lines
629 B
Python

import _common
class AAStat(object):
def __init__(self):
self.apis = [
{
'name': 'updateSession',
'desc': '短链接游戏心跳更新',
'group': '!AAStat',
'url': 'https://stat-test.kingsome.cn/webapp/index.php?c=Stat&a=updateSession',
'params': [
_common.ReqHead(),
['account_id', '', '账号id'],
['session_id', '', '会话id'],
],
'response': [
_common.RspHead(),
]
},
]