This commit is contained in:
aozhiwei 2024-11-13 16:23:13 +08:00
parent 0e53c4fb4b
commit 094af88a2a

View File

@ -112,4 +112,21 @@ class AAWheel(object):
['side_effect', _common.WheelSideEffect(), '附加效应'],
]
},
{
'method': 'POST',
'name': '/api/v1/user/info',
'desc': '获取用户信息',
'group': '!AAWheel',
'url': 'https://wheel-test.kingsome.cn/api/v1/user/info',
'headers': _common.JwtHeader,
'is_json_params': True,
'request_params': [
],
'params': [
],
'response': [
_common.RspHead(),
['info', _common.WheelUser(), '用户信息'],
]
},
]