getWalletWithdrawInfo 633 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "payload": {
  3. "merchants": [ ],
  4. "payBankTransFee": false,
  5. "payOpenId": "placeholder",
  6. "withdrawFeeRatio": "6.00",
  7. "phone": "17625905485",
  8. "balance": "2.43",
  9. "support": {
  10. "wechat": {
  11. "support": true,
  12. "realName": "谢宝"
  13. },
  14. "bank": {
  15. "support": true,
  16. "cards": [
  17. {
  18. "subBank": "",
  19. "cardHolder": "",
  20. "bankName": ""
  21. }
  22. ]
  23. },
  24. "alipay": {
  25. "support": true,
  26. "realName": "谢*宝",
  27. "loginId": "3333@qq.com"
  28. }
  29. }
  30. },
  31. "result": 1,
  32. "description": null
  33. }