Last updated 4 years ago
Was this helpful?
接口名称:给分组批量删除用户
请求方式:post
请求示例:
请求参数说明:
元素名称
数据类型
是否非空
元素说明
备注
id
string
是
分组id(name)
数据格式:数组
提交选中的id
[ "1", "2", "3" ]
数据格式:JSON
成功示例:
{ "code": 200, "message": "OK" }
失败示例:
{ "code": 400, "message": "操作失败", }