文档
测试

找回密码

POST
https://paimai.xiaoyilan.com/app/index.php?i=3&c=entry&m=ewei_shopv2&do=mobile&r=account.forget

请求参数

参数名
类型
描述
必填
mobile
字符
手机号
必填
verifycode
字符
验证码
必填
pwd
字符
密码
必填
type
字符
默认为1
必填

响应参数

参数名
类型
描述
必填
status
字符
0 失败 1成功
必填
result
json
必填
message
字符
返回的信息
必填

说明 / 示例

```{ "status": 1, "result": { "url": "https:\/\/paimai.xiaoyilan.com\/index.html", "message": "密码重置成功" } } ```