添加用户
POST
http://localhost:8084/vehicle/users/login
请求参数
参数名
类型
描述
必填
userName
string
用户名
必填
code
string
验证码
必填
userPhone
string
手机号
必填
picture
string
头像
必填
department
string
部门
必填
响应参数
参数名
类型
描述
必填
resultCode
int
示例:200
必填
resultMsg
string
示例:登陆成功
必填
id
int
示例:3
必填
creatUserPhone
object
示例:null
必填
updateUserPhone
object
示例:null
必填
userName
string
示例:123123
必填
userPhone
string
示例:345
必填
picture
string
示例:123.jpg
必填
department
string
示例:123123
必填
role
object
示例:null
必填
status
int
示例:1
必填
isDelete
int
示例:0
必填
date
string
示例:2020-05-18 15:40:54
必填
jurisdiction
int
示例:0
必填
code
object
示例:null
必填
token
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1OTAzOTI0NjIsInVzZXJuYW1lIjoiMzQ1In0.ShAgdLxnepvcGxUOrpdrT1C-8KbcPvPU8mylsSFD2jk
必填