删除用户
DELETE
http://localhost:8080/szhSystem/user/{userId}
接口描述
{userId}为用户id
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
data
object
示例:null
必填