删除用户
POST
http://localhost:8888/qgy/user/delete
接口描述
根据主键id删除用户信息 接收JSON数组 { “id”:[] }
请求参数
参数名
类型
描述
必填
id
Integer
主键id(NOT NULL)
必填