调整上级
开发中POST
/adminapi/user.user/adjustLeader请求参数
Body 参数application/json
id
integer
用户id
leader_id
integer
上级id
adjust_type
integer
必需
调整类型 1-指定上级 2-调整为系统
示例
{
"id": 0,
"leader_id": 0,
"adjust_type": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}
最后修改时间: 8 个月前