1
This commit is contained in:
parent
12c11fa0e5
commit
d5bc45a8fa
@ -24,15 +24,12 @@ module.exports = class {
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': 'info',
|
||||
'desc': 'user info',
|
||||
'desc': '获取用户信息',
|
||||
'group': 'User',
|
||||
'url': 'api/v1/user/info/:user_id',
|
||||
'uri_params': [
|
||||
['user_id', '', 'user_id'],
|
||||
],
|
||||
'params': [
|
||||
['user_name', '', 'user_name', 'optional'],
|
||||
],
|
||||
'response': [
|
||||
new common.RspHead(),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user