lastYearIncome 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "result": 1,
  3. "description": null,
  4. "payload": {
  5. "dataList": [
  6. {
  7. "dateStr": "2017-05",
  8. "dateText": "本月",
  9. "totalIncome":"-120",
  10. "payIncome": "-100",
  11. "adIncome": "-20",
  12. "offlineCoins": "-5"
  13. },
  14. {
  15. "dateStr": "2017-04",
  16. "dateText": "2017年04月",
  17. "totalIncome":"90",
  18. "payIncome": "80",
  19. "adIncome": "10",
  20. "offlineCoins": "3"
  21. },
  22. {
  23. "dateStr": "2017-03",
  24. "dateText": "2017年03月",
  25. "totalIncome":"60",
  26. "payIncome": "60",
  27. "adIncome": "0",
  28. "offlineCoins": "0"
  29. },
  30. {
  31. "dateStr": "2017-02",
  32. "dateText": "2017年02月",
  33. "totalIncome":"50",
  34. "payIncome": "50",
  35. "adIncome": "0",
  36. "offlineCoins": "1"
  37. },
  38. {
  39. "dateStr": "2017-01",
  40. "dateText": "2017年01月",
  41. "totalIncome":"30",
  42. "payIncome": "30",
  43. "adIncome": "0",
  44. "offlineCoins": "2"
  45. },
  46. {
  47. "dateStr": "2016-12",
  48. "dateText": "2016年12月",
  49. "totalIncome":"10",
  50. "payIncome": "10",
  51. "adIncome": "0",
  52. "offlineCoins": "3"
  53. }
  54. ]
  55. }
  56. }