123456789101112131415161718192021222324252627282930313233 |
- {
- "payload": {
- "merchants": [ ],
- "payBankTransFee": false,
- "payOpenId": "placeholder",
- "withdrawFeeRatio": "6.00",
- "phone": "17625905485",
- "balance": "2.43",
- "support": {
- "wechat": {
- "support": true,
- "realName": "谢宝"
- },
- "bank": {
- "support": true,
- "cards": [
- {
- "subBank": "",
- "cardHolder": "",
- "bankName": ""
- }
- ]
- },
- "alipay": {
- "support": true,
- "realName": "谢*宝",
- "loginId": "3333@qq.com"
- }
- }
- },
- "result": 1,
- "description": null
- }
|