1
This commit is contained in:
parent
bbbff6d101
commit
8a92611255
@ -10,16 +10,15 @@ class AAWheel(object):
|
||||
'desc': '登录',
|
||||
'group': '!AAWheel',
|
||||
'url': 'https://wheel-test.kingsome.cn/api/v1/user/login',
|
||||
'headers': _common.MaybeJwtHeader,
|
||||
'headers': _common.JwtHeader,
|
||||
'is_json_params': True,
|
||||
'request_params': [
|
||||
],
|
||||
'params': [
|
||||
['token', '', 'token'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['info', _common.WheelUser(), '用户名'],
|
||||
['info', _common.WheelUser(), '用户信息'],
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user