获取充值方式

# 接口文档-获取充值方式 ## 请求地址 ``` /xyclient/system/ ``` ## 请求参数 |参数|默认值|说明|是否必填 |---|---|---|- |cmd|xy.get.paytype.list | | 是 |gid|三种情况充值游戏传递选择的游戏id 充值平台币传递-1 充值点券传递-2 | | 是 |curcode|浏览器curcode参数 没有可穿空 | | 否 ## 请求响应 ``` json { "code": 1, "msg": "", "data": { "Id": { "Timestamp": 1587609111, "Machine": 5451334, "Pid": 6012, "Increment": 10075132, "CreationTime": "2020-04-23 02:31:51" }, "method_gid": null, "method_game_coin": "平台币2", "method_game_blv": 10, "method_paytype": null, "method_paylist": [{ "Id": { "Timestamp": 1553766760, "Machine": 15373089, "Pid": 2072, "Increment": 362, "CreationTime": "2019-03-28 09:52:40" }, "method_id": 1002, "method_name": "平台币", "method_code": "currency", "method_coin": "", "method_payment": 1011, "method_index": 16, "method_curcode": 2, "method_listcode": { "Id": { "Timestamp": 1553766555, "Machine": 15373089, "Pid": 2072, "Increment": 313, "CreationTime": "2019-03-28 09:49:15" }, "cur_id": 2, "cur_name": "平台币", "cur_blv": 1, "cur_code": "平台币", "cur_isdel": 0, "cur_tag": "PTB" }, "method_brower": 3, "method_state": 0, "method_isdel": 0, "method_info1": "currency", "method_info2": "", "method_info3": "" }, { "Id": { "Timestamp": 1561464139, "Machine": 7653201, "Pid": 13548, "Increment": 439, "CreationTime": "2019-06-25 12:02:19" }, "method_id": 1007, "method_name": "微信_手机版", "method_code": "wxpay_ph", "method_coin": "", "method_payment": 1011, "method_index": 7, "method_curcode": 1, "method_listcode": { "Id": { "Timestamp": 1553766539, "Machine": 15373089, "Pid": 2072, "Increment": 311, "CreationTime": "2019-03-28 09:48:59" }, "cur_id": 1, "cur_name": "人民币", "cur_blv": 100, "cur_code": "元", "cur_isdel": 0, "cur_tag": "CNY" }, "method_brower": 3, "method_state": 0, "method_isdel": 0, "method_info1": "wxpay_ph", "method_info2": "", "method_info3": "" }], "method_curcode": { "Id": { "Timestamp": 1553766539, "Machine": 15373089, "Pid": 2072, "Increment": 311, "CreationTime": "2019-03-28 09:48:59" }, "cur_id": 1, "cur_name": "人民币", "cur_blv": 100, "cur_code": "元", "cur_isdel": 0, "cur_tag": "CNY" } } } ```