收款信息保存

## 收款信息保存 ### 请求地址 ``` api/index ``` ### 请求参数 |参数|类型|说明|是否必填| |-|-|-|-| | _handle | string | LeilongPage | 是 | | _method | string | SavaCashInfo | 是 | | token| string | 登陆令牌 | 是 | | uid | string | uid | 是 | | xy_cash_type | string | 提现方式 | | xy_cash_account | string | 提现账号 | | xy_cash_name | string | 真实姓名 | | xy_cash_remark | string | 备注 | ## 请求响应 ``` json { "code":1, "msg":"", "data":{ } } ```