找回密码
POST
/api/user/resetpwd
接口描述
首先通过输入的邮箱地址发送验证码,然后校验验证码,最后提交发
请求参数
参数名
类型
描述
必填
email
string
邮箱地址
必填
newpassword
string
新密码
必填
captcha
string
验证码
必填
响应参数
参数名
类型
描述
必填
code
int
状态码
必填
msg
string
返回消息
必填
time
int
时间戳
必填
data
object (json)
数据集合
必填