1
This commit is contained in:
parent
0e53c4fb4b
commit
094af88a2a
@ -112,4 +112,21 @@ class AAWheel(object):
|
|||||||
['side_effect', _common.WheelSideEffect(), '附加效应'],
|
['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(), '用户信息'],
|
||||||
|
]
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user