Skip to content

用户 ​

删除用户 ​

DELETE /api/user

权限

  • 需要认证

参数

字段是否必填描述
ids array是删除的用户id; 例如:[1,2,3]

响应

json
{
    "success": true
}