deleteById
POST
http://localhost:8081/user/delete
接口描述
根据用户id删除
请求参数
参数名
类型
描述
必填
id
string
用户的id
必填
响应参数
参数名
类型
描述
必填
status
String
成功返回success,失败返回error
必填
msg
String
汉字表示成功或者失败
必填