withdrawalsHistoryList 898 B

12345678910111213141516171819202122232425262728293031
  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. "amount": 30.30,
  19. "withdrawalsDate": "2016-01-01"
  20. },
  21. {
  22. "paymentId": "12321413213",
  23. "bankName": "工商银行",
  24. "statusText": "申请中",
  25. "amount": 30.30,
  26. "withdrawalsDate": "2016-01-01"
  27. }
  28. ],
  29. "withdrawalTotal": 12.12
  30. }
  31. }