groupIncomeData 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "result": 1,
  3. "description": null,
  4. "para": {
  5. "adShow": true,
  6. "total": 111,
  7. "dataList": [
  8. {
  9. "groupName": "武汉大学",
  10. "groupId": 1111,
  11. "address": "武汉",
  12. "equipmentCount": 100,
  13. "isManager": true,
  14. "agentProfitShare": 10,
  15. "percent": 80,
  16. "offlineCoins": 50,
  17. "incomeList": [
  18. {
  19. "name": "虚拟卡",
  20. "source": "chargeVirtualCard",
  21. "value": 300
  22. },
  23. {
  24. "name": "实体卡",
  25. "source": "chargeCard",
  26. "value": 200
  27. },
  28. {
  29. "name": "在线收益",
  30. "value": 600
  31. },
  32. {
  33. "name": "广告收益",
  34. "value": 200
  35. }
  36. ],
  37. "totalIncome": 800
  38. },
  39. {
  40. "groupName": "民族大学",
  41. "groupId": 2222,
  42. "address": "洪山区民族大道",
  43. "equipmentCount": 55,
  44. "isManager": false,
  45. "percent": 50,
  46. "offlineCoins": 32,
  47. "incomeList": [
  48. {
  49. "name": "在线收益",
  50. "value": -20
  51. },
  52. {
  53. "name": "广告收益",
  54. "value": 0
  55. }
  56. ],
  57. "totalIncome": -30
  58. },
  59. {
  60. "groupName": "华中科技大学",
  61. "groupId": 3333,
  62. "address": "关山大道",
  63. "equipmentCount": 32,
  64. "isManager": true,
  65. "percent": 100,
  66. "offlineCoins": 72,
  67. "incomeList": [
  68. {
  69. "name": "在线收益",
  70. "value": 300
  71. },
  72. {
  73. "name": "广告收益",
  74. "value": 30
  75. }
  76. ],
  77. "totalIncome": 330
  78. },
  79. {
  80. "groupName": "测试空数据",
  81. "groupId": 12321,
  82. "address": "测试空数据",
  83. "equipmentCount": 10,
  84. "isManager": true,
  85. "percent": 100,
  86. "offlineCoins": 0,
  87. "incomeList": [
  88. ],
  89. "totalIncome": 0
  90. }
  91. ]
  92. }
  93. }