提现
# 接口文档-助力
## 说明
```
```
### 请求参数
| 参数 | 说明 | 类型 | 备注 | 是否必填 |
| ------- | -------- | ------ | ------------------- | -------- |
| _handle | 处理类 | string | 固定值: RedPackagePage| 是 |
| _method | 处理方法 | string | 固定值: Withdrawals| 是 |
| xy_uid| 玩家uid | int| | 是 |
| token| 玩家登陆令牌 | string| | 是 |
| xy_cash_name| 提现收款名 | string| 提现为现金时必填 |否 |
| xy_cash_account| 提现收款账号| string| 提现为现金时必填 |否 |
| xy_cash_type| 提现收款方式| string|固定值:微信 支付宝 |否 |
#### 请求地址
```
域名/api/index/
```
##### 返回值
```json
{
"code": 1,
"msg": "",
"data": null
}
```