getCustomerDetailList 500 B

1234567891011121314151617181920212223242526
  1. {
  2. "result": 1,
  3. "para": {
  4. "dataList": [
  5. {
  6. "name": "张三",
  7. "id": "13500010002",
  8. "tel": "13500010002",
  9. "deviceCount": 10,
  10. "onCount": 4,
  11. "offlineCount": 6
  12. },
  13. {
  14. "name": "张三2",
  15. "id": "13500010033",
  16. "tel": "13500010033",
  17. "deviceCount": 5,
  18. "onCount": 2,
  19. "adShow": false,
  20. "offlineCount": 3
  21. }
  22. ],
  23. "total": 2
  24. },
  25. "description": null
  26. }