... | ... | @@ -9,13 +9,13 @@ action=find_password_send_email |
|
|
| new_password |新密码|
|
|
|
|
|
|
```javascript
|
|
|
{action: 'find_password' , new_password: '123456'}
|
|
|
{action: 'check_password_email' , token: '75feac66bc82f200bb62493fa70ed3d0',time_strap: '1480582452',email: '2814920576%40qq.com'}
|
|
|
```
|
|
|
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|new_password|新密码|是|
|
|
|
|uid|用户id|是|
|
|
|
|email|邮箱|是|
|
|
|
|
|
|
#### 返回值
|
... | ... | @@ -34,4 +34,4 @@ msg: "邮件已发送,请登入邮箱激活!" |
|
|
| message |状态信息|
|
|
|
|
|
|
#### 示例
|
|
|
http://shuidi.dev.pingansec.com/user?action=find_password_send_email&new_password=654321&email=2814920576@qq.com |
|
|
\ No newline at end of file |
|
|
http://shuidi.dev.pingansec.com/user?action=find_password_send_email&uid=654&email=2814920576@qq.com |
|
|
\ No newline at end of file |