getDealerMoneyTrend 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "result": 1,
  3. "description": "",
  4. "detail": {
  5. "success": 10,
  6. "fail": 3
  7. },
  8. "data": [
  9. {
  10. "time": "01-01",
  11. "wallet": 11,
  12. "totalIncome": 22,
  13. "balance": 33
  14. },
  15. {
  16. "time": "01-02",
  17. "wallet": 12,
  18. "totalIncome": 23,
  19. "balance": 33
  20. },
  21. {
  22. "time": "01-03",
  23. "wallet": 22,
  24. "totalIncome": 33,
  25. "balance": 55
  26. },
  27. {
  28. "time": "01-04",
  29. "wallet": 22,
  30. "totalIncome": 25,
  31. "balance": 33
  32. },
  33. {
  34. "time": "01-05",
  35. "wallet": 21,
  36. "totalIncome": 22,
  37. "balance": 33
  38. },
  39. {
  40. "time": "01-06",
  41. "wallet": 13,
  42. "totalIncome": 26,
  43. "balance": 33
  44. },
  45. {
  46. "time": "01-07",
  47. "wallet": 11,
  48. "totalIncome": 21,
  49. "balance": 33
  50. },
  51. {
  52. "time": "01-08",
  53. "wallet": 12,
  54. "totalIncome": 22,
  55. "balance": 33
  56. },
  57. {
  58. "time": "01-09",
  59. "wallet": 12,
  60. "totalIncome": 22,
  61. "balance": 42
  62. },
  63. {
  64. "time": "01-10",
  65. "wallet": 12,
  66. "totalIncome": 33,
  67. "balance": 44
  68. },
  69. {
  70. "time": "01-11",
  71. "wallet": 12,
  72. "totalIncome": 22,
  73. "balance": 33
  74. },
  75. {
  76. "time": "01-12",
  77. "wallet": 12,
  78. "totalIncome": 22,
  79. "balance": 33
  80. },
  81. {
  82. "time": "01-13",
  83. "wallet": 12,
  84. "totalIncome": 22,
  85. "balance": 66
  86. },
  87. {
  88. "time": "01-14",
  89. "wallet": 12,
  90. "totalIncome": 22,
  91. "balance": 33
  92. },
  93. {
  94. "time": "01-15",
  95. "wallet": 12,
  96. "totalIncome": 22,
  97. "balance": 33
  98. }
  99. ]
  100. }