修改密码
POST
/api/updatePassword
请求头
参数名
类型
描述
必填
Content-Type
application/x-www-form-urlencoded
必填
请求参数
参数名
类型
描述
必填
Email
string
邮箱 示例:18732069605@163.com
必填
OldPassword
string
旧密码 示例:ychl60W#
必填
NewPassword
string
新密码 密码必须以数字+小写字符+大写字符+特殊符号组合的8-16位! 示例:123aaa!A
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:请求成功!
必填