文档
测试

找回密码

POST
http://47.107.55.195:7002/find_password

接口描述

找回密码。注意,要先调用发送验证码的功能,获得验证码,与验证码一起提交表单。

请求头

参数名
类型
描述
必填
Content-Type
application/json
请求类型
必填

请求参数

参数名
类型
描述
必填
id
Long
用户的id,也就是手机号码,不得为空
必填
verifyCode
String
验证码,不得为空串
必填
newPassword
String
新密码,不得为空串,长度限制为30
必填

响应参数

参数名
类型
描述
必填
data
Void
null
必填
code
String
状态码
必填
message
String
提示信息
必填