{
"id": 0,
"bid": 0,
"overallScore": "string",
"type": 0,
"time": "string",
"bridgeName": "string",
"onlineCount": 0
}
curl --location --request POST 'http://172.16.3.245:29880/condition/assessment/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"bid": 0,
"overallScore": "string",
"type": 0,
"time": "string",
"bridgeName": "string",
"onlineCount": 0
}'
{
"data": {},
"code": 0,
"msg": "success"
}