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