| 1234567891011121314151617181920212223242526 | {  "result": 1,  "para": {    "dataList": [      {        "name": "张三",        "id": "13500010002",        "tel": "13500010002",        "deviceCount": 10,        "onCount": 4,        "offlineCount": 6      },      {        "name": "张三2",        "id": "13500010033",        "tel": "13500010033",        "deviceCount": 5,        "onCount": 2,        "adShow": false,        "offlineCount": 3      }    ],    "total": 2  },  "description": null}
 |