我的余额
## 我的余额信息
### 请求地址
```
api/index
```
### 请求参数
|参数|类型|说明|是否必填|
|-|-|-|-|
| _handle | string | LeilongPage | 是 |
| _method | string | GetMyInfo | 是 |
| token| string | 登陆令牌 | 是 |
| uid | string | uid | 是 |
## 请求响应
``` json
{
"code":1,
"msg":"",
"data":{
"xy_uid":"用户id",
"xy_uname":"用户名称",
"xy_balance",//余额 可提现金额
"xy_withdrawal",//提现中金额
"xy_total_balance",// 已提现金额
"xy_cash_type", 提现方式
"xy_cash_account",提现账号
"xy_cash_name",真实姓名
"xy_cash_remark", 备注 |
}
}
```