我的提现记录
## 我的提现记录
### 请求地址
```
api/index
```
### 请求参数
|参数|类型|说明|是否必填|
|-|-|-|-|
| _handle | string | LeilongPage | 是 |
| _method | string | GetCashlog | 是 |
| token| string | 登陆令牌 | 是 |
| uid | string | uid | 是 |
## 请求响应
``` json
{
"code":1,
"msg":"",
"data":{
"xy_uid":"用户id",
"xy_uname":"用户名称",
"xy_cash_title",//提现100元
xy_cash_time,//提现时间
xy_cash_state,// 0 提现中 1已提现 -1 驳回
}
}
```