getDealerList 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "result": 1,
  3. "para": {
  4. "dataList": [
  5. {
  6. "name": "张三",
  7. "id": "13500010002",
  8. "tel": "13500010002",
  9. "annualTrafficCost":20,
  10. "expireCount": 1,
  11. "toExpireCount": 12,
  12. "deviceCount": 10,
  13. "onCount": 4,
  14. "offlineCount": 6
  15. },
  16. {
  17. "name": "李四",
  18. "id": "13500010033",
  19. "annualTrafficCost":20,
  20. "tel": "13500010033",
  21. "deviceCount": 5,
  22. "onCount": 2,
  23. "adShow": false,
  24. "offlineCount": 3
  25. },
  26. {
  27. "name": "杨女士",
  28. "id": "13873193851",
  29. "annualTrafficCost":20,
  30. "tel": "13500010033",
  31. "deviceCount": 5,
  32. "onCount": 2,
  33. "adShow": false,
  34. "offlineCount": 3
  35. },
  36. {
  37. "name": "赵先生",
  38. "id": "13311238471",
  39. "tel": "13500010033",
  40. "deviceCount": 5,
  41. "onCount": 2,
  42. "adShow": false,
  43. "offlineCount": 3
  44. }
  45. ],
  46. "total": 22
  47. },
  48. "description": null
  49. }