curl --location --request GET 'http://172.16.3.245:29880/condition/assessment/'
{
"data": {
"id": 1,
"bid": 1, //桥梁表id
"overallScore": "B", //综合评分
"type": 1, //预警等级:1-红色预警 2-橙色预警 3-黄色预警 4-蓝色预警
"time": "2024-12-31T00:00:00.000+0000", //预警时间
"bridgeName": "前湾港路镰湾河桥(北桥)", //桥梁名称
"onlineCount": 12 //设备在线数
},
"code": 200,
"msg": "success"
}