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

65 lines
1.6 KiB
Python

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