重置密码
PUT
/externalapi/user/resetpwd重置密码
请求参数
Body 参数application/x-www-form-urlencoded
mobile
string
必需
手机号码。邮箱email和手机号mobile 二选一
示例值:
158xxxxxxxxxx
email
string
可选
邮箱。邮箱email和手机号mobile 二选一
示例值:
xxxx@163.com
newpassword
string
新密码
示例值:
null
captcha
string
必需
邮件验证码或者手机验证码。验证码通过手机或者邮件验证码接口发送,对应事件为resetpwd
示例值:
3333
type
integer
必需
验证类别:0 = 手机号短信验证码,1 = 邮箱验证
示例值:
0
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
响应编码:1=正常,0=错误
msg
string
响应说明
time
string
必需
data
null
必需
示例
{
"code": 0,
"msg": "string",
"time": "string",
"data": null
}
最后修改时间: 9 个月前