1
This commit is contained in:
parent
de9e460af2
commit
3821059595
@ -7,7 +7,8 @@ class User(object):
|
||||
def __init__(self):
|
||||
self.apis = [
|
||||
{
|
||||
'desc': '登录login',
|
||||
'name': 'login',
|
||||
'desc': '登录',
|
||||
'group': 'User',
|
||||
'url': 'webapp/index.php?c=User&a=login',
|
||||
'params': [
|
||||
@ -19,7 +20,8 @@ class User(object):
|
||||
]
|
||||
},
|
||||
{
|
||||
'desc': '客户端战报clientBattleReport',
|
||||
'name': 'clientBattleReport',
|
||||
'desc': '客户端战报',
|
||||
'group': 'User',
|
||||
'url': 'webapp/index.php?c=User&a=clientBattleReport',
|
||||
'params': [
|
||||
@ -30,7 +32,8 @@ class User(object):
|
||||
]
|
||||
},
|
||||
{
|
||||
'desc': '获取机器人信息getRobotInfo',
|
||||
'name': 'getRobotInfo',
|
||||
'desc': '获取机器人信息',
|
||||
'group': 'User',
|
||||
'url': 'webapp/index.php?c=User&a=getRobotInfo',
|
||||
'params': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user