getWalletBank 365 B

1234567891011121314151617181920
  1. {
  2. "result": 1,
  3. "description": null,
  4. "para": {
  5. "dataList": [
  6. {
  7. "id": 123123123,
  8. "endNum": 8888,
  9. "bankName": "招商银行",
  10. "bankType": "储蓄卡"
  11. },
  12. {
  13. "id": 2313123,
  14. "endNum": 6666,
  15. "bankName": "工商银行",
  16. "bankType": "储蓄卡"
  17. }
  18. ]
  19. }
  20. }