已回收-账号赎回
### 账号赎回
``` 请求地址
/api/action
```
- 请求
| 字段 | 类型/默认值 | 说明 |
| ------- | ----------- | -------------------- |
| _handle | RecallPage | |
| _method | Recycled | |
| time | | |
| pwd | | |
| uid | | |
| token | | |
| sign | | md5 `{token}#{time}` |
- 请求响应
``` json
{
"code":1,
"msg":null,
"data":null
}
```