This commit is contained in:
aozhiwei 2024-11-04 15:43:59 +08:00
parent bbbff6d101
commit 8a92611255

View File

@ -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(), '用户信息'],
]
},
{