cardFeeIncomeList 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "result": 1,
  3. "description": null,
  4. "para": {
  5. "total": 11,
  6. "dataList":[
  7. {
  8. "time": "2017-05-25 12:00",
  9. "title":"张三",
  10. "monthlyIncome":8,
  11. "amount": 3
  12. },
  13. {
  14. "time": "2017-05-24",
  15. "title":"张三-流量卡充值",
  16. "monthlyIncome":8,
  17. "amount": 5
  18. },
  19. {
  20. "time": "2017-04-25",
  21. "title":"李四",
  22. "monthlyIncome":11,
  23. "amount": 5.01
  24. },
  25. {
  26. "time": "2017-04-24",
  27. "title":"李四",
  28. "monthlyIncome":11,
  29. "amount": 6
  30. }
  31. ]
  32. }
  33. }