curl --location --request GET 'http://172.16.3.245:29880/sensor/list?page=1&pageSize=10&bridgeName&name=&status=0&startDateStr=&endDateStr='
{
"data": {
"overview": { //
"offline": 15, //离线
"total_count": 15, //总数
"online": 0 //在线
},
"pageBean": {
"total": 4,
"row": [
{
"id": 0,
"imei": "", //传感器编码(设备编号)
"name": "", //传感器名称(设备名称)
"status": 0, //传感器状态:1-在线,2-离线,3-故障
"time": "", //创建时间
"bid": 0, //所在桥梁id
"longitude": "", //传感器经度
"latitude": "", //传感器纬度
"deep": "", //深埋
"dock": 0, //是否打孔:1-否,2-是
"threshold": "", //阀值
"max": 0, //最大值
"min": 0, //最小值
"base": 0, //基准值
"belongingGroup": 0, //所属组别:1-南侧,2-中侧,3-北侧
"seriesCode": 0, //系列代码:1-YH 2-NW 3-LCXK 4-NYH
"address": "", //安装位置
"type": "", //设备类型
"deviceId": "", //设备ID
"bridgeName": "前湾港路镰湾河桥(北桥)" //所在桥梁
}
]
}
},
"code": 200,
"msg": "success"
}