withdrawalsHistoryList 932 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "result": 1,
  3. "description": null,
  4. "para": {
  5. "total": 111,
  6. "dataList": [
  7. {
  8. "paymentId": "12321413213",
  9. "bankName": "工商银行",
  10. "statusText": "提现成功",
  11. "amount": 30.30,
  12. "withdrawalsDate": "2016-01-01"
  13. },
  14. {
  15. "paymentId": "12321413213",
  16. "bankName": "工商银行",
  17. "statusText": "提现失败",
  18. "refunded": true,
  19. "amount": 30.30,
  20. "withdrawalsDate": "2016-01-01"
  21. },
  22. {
  23. "paymentId": "12321413213",
  24. "bankName": "工商银行",
  25. "statusText": "处理中",
  26. "amount": 30.30,
  27. "withdrawalsDate": "2016-01-01"
  28. }
  29. ],
  30. "withdrawalTotal": 12.12
  31. }
  32. }