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