重置密码
PUT
/system/user/resetPwd
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
createBy
string | null
创建者
createTime
string | null
创建时间
updateBy
string | null
更新者
updateTime
string | null
更新时间
remark
string | null
备注
userId
integer | null
用户id
userName
string | null
用户名
nickName
string | null
用户昵称
password
string | null
密码
>= 6 字符<= 50 字符
sex
integer | null
性别
userStatus
integer | null
可选
email
string <email> | null
邮箱
>= 0 字符<= 50 字符
phone
string | null
手机号码
>= 0 字符<= 11 字符
deptId
integer | null
关联部门id
deptName
string | null
关联部门名称
avatar
string | null
用户头像
dept
object (Dept)
可选
createBy
string | null
创建者
createTime
string | null
创建时间
updateBy
string | null
更新者
updateTime
string | null
更新时间
remark
string | null
备注
deptId
integer | null
部门ID
parentId
integer | null
父部门ID
>= 0
ancestors
string | null