点击重置密码确定
POST
localhost:8888/Login/UpdaUserPwd
接口描述
点击重置密码按钮
请求头
参数名
类型
描述
必填
content-type
String
application/json
必填
请求参数
参数名
类型
描述
必填
phone
String
手机号
必填
password
String
更改的密码
必填
code
String
获取的验证码
必填
响应成功
参数名
类型
描述
必填
code
String
200
必填
msg
String
成功
必填
响应失败
参数名
类型
描述
必填
code
String
400/401/402
必填
msg
String
你的验证码已经过期/你的验证码有问题/你的手机号没有注册过账户
必填