curl --location --request GET 'http://172.16.3.245:29880/traffic/monitoring/'{
"data": {
"id": 0,
"time": "", //监测时间
"direction": "", //车向
"lane": 0, //车道号
"type": "", //车型
"weight": 0, //总重
"speed": 0, //车速
"overweight": 0, //是否超重
"overload": 0, //是否超载
"axles": 0, //车轴数
"axisGroups": 0, //轴组数
"axis1Weight": 0.0, //轴1重
"axis2Weight": 0.0 //轴2重
},
"code": 0,
"msg": null
}