getIncomeList 807 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "result": 1,
  3. "description": null,
  4. "payload": {
  5. "total": 11,
  6. "totalAmount": 888,
  7. "aggregate": {
  8. "2018-08": 50,
  9. "2017-06": 100
  10. },
  11. "dataList": [
  12. {
  13. "id": "WFL100000",
  14. "time": "2018-08-25 12:00",
  15. "title": "张三充值 充电桩1001",
  16. "amount": 3
  17. },
  18. {
  19. "id": "WFL100001",
  20. "time": "2018-08-24 12:00",
  21. "title": "广告1991收入",
  22. "amount": 5
  23. },
  24. {
  25. "id": "WFL100002",
  26. "time": "2017-06-25 12:00",
  27. "title": "李四充卡 卡号3301",
  28. "amount": 5.01
  29. },
  30. {
  31. "id": "WFL100003",
  32. "time": "2017-06-24 12:00",
  33. "title": "王五充值 洗衣机1001",
  34. "amount": 6
  35. }
  36. ]
  37. }
  38. }