删除用户
POST
/myauth/web/delUser请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
b9eab83c09cc4d38bbcef5392cfb6333
Body 参数application/json
ids
integer
要删除的用户id
多个用英文逗号隔开
示例
{
"ids": "90,5428"
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "成功删除 2 个用户",
"sign": "",
"result": null,
"timestamp": 1645441077867
}
最后修改时间: 3 年前