... | ... | @@ -6,16 +6,15 @@ |
|
|
```
|
|
|
action=find_email_password
|
|
|
|
|
|
```javascript
|
|
|
{action: 'find_email_password' , token: '75feac66bc82f200bb62493fa70ed3d0',time_strap: '1480582452',uid: '1245',email: '2814920576@qq.com',new_password':'654321'}
|
|
|
```
|
|
|
#### 传参
|
|
|
| token |验证签名|
|
|
|
| timestamp |时间戳|
|
|
|
| uid |用户id|
|
|
|
| new_password |新密码|
|
|
|
|
|
|
```javascript
|
|
|
{action: 'find_email_password' , token: '75feac66bc82f200bb62493fa70ed3d0',time_strap: '1480582452',uid: '1245',email: '2814920576@qq.com,new_password':'654321'}
|
|
|
```
|
|
|
|
|
|
#### 返回值
|
|
|
```javascript
|
|
|
{
|
... | ... | |