curl --location --request GET 'http://172.16.3.245:29880/traffic/monitoring/list?page=1&pageSize=10&bridgeName=&sensorName=&startTime=&endTime='
{
"data": {
"total": 1,
"total_page": 1,
"page": 1,
"list": [
{
"id": 2,
"time": "2025-02-25T16:43:13.000+0000", //监测时间
"direction": "青岛南-青岛北", //车向
"lane": 2, //车道号
"type": "大挂车", //车型
"weight": 21, //总重
"speed": 65, //车速
"overweight": 1, //是否超重
"overload": 1, //是否超载
"axles": 2, //车轴数
"axisGroups": 5, //轴组数
"axis1Weight": 0.95, //轴1重
"axis2Weight": 0.98, //轴2重
"sid": 1, //设备id
"pid": 1 //项目id(桥梁id)
}
]
},
"code": 200,
"msg": "success"
}