getConsumptionList 733 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "result": 1,
  3. "description": null,
  4. "payload": {
  5. "total": 11,
  6. "totalAmount": 888,
  7. "aggregate": {
  8. "2017-05": 50,
  9. "2017-04": 100
  10. },
  11. "dataList": [
  12. {
  13. "id": "WFL100000",
  14. "time": "2017-05-25 12:00",
  15. "title": "投币1个",
  16. "amount": 3
  17. },
  18. {
  19. "id": "WFL100001",
  20. "time": "2017-05-24 12:00",
  21. "title": "洗衣30分钟",
  22. "amount": 5
  23. },
  24. {
  25. "id": "WFL100002",
  26. "time": "2017-04-25 12:00",
  27. "title": "充电5分钟",
  28. "amount": 5.01
  29. },
  30. {
  31. "id": "WFL100003",
  32. "time": "2017-04-24 12:00",
  33. "title": "领取纸巾1包",
  34. "amount": 6
  35. }
  36. ]
  37. }
  38. }