用户注销
POST
http://localhost:8084/vehicle/users/delUser
请求参数
参数名
类型
描述
必填
id
string
用户id
必填
响应参数
参数名
类型
描述
必填
resultCode
int
示例:200
必填
resultMsg
string
示例:删除成功
必填
resultData
object
示例:null
必填