找回密码
用户账号校验接口地址
/pcuser-tologin
传参
传参 | 说明 | 是否必填 |
---|---|---|
action | 接口名:check_login | 是 |
user_name | 用户账号 | 是 |
返回值
正确返回:{
status: 0,
message: "",
data: [ ]
}
错误返回:{
status: 1,
message: "该用户不存在!",
data: [ ]
}
发送邮件找回密码地址
//pcuser-find-password
传参
传参 | 说明 | 是否必填 |
---|---|---|
action | 接口名:find_password_send_email | 是 |
邮箱名称 | 是 |
返回值
正确返回:{
status: 0,
message: "邮件已发送,请登入邮箱激活!",
data: [ ]
}
错误返回:{
status: 15009,
message: "邮箱格式不对!",
data: [ ]
}
status: 15010,
message: "没有找到该用户!",
data: [ ]
}