curl --location --request POST 'http://localhost:18080/yya/transportIntelligenceTube/getWeatherDetail?codeList&areaName&timeType&startTime&endTime'
{
"error": 0,
"script": null,
"data": [
{
"id": null,
"code": "string",
"veh": "string",
"lng": "string",
"lat": "string",
"area_code": "string",
"area_name": "string",
"business_code": "string",
"create_time": "string",
"update_time": null,
"veh_color": "string",
"headline": "string",
"description": "string",
"onset": "string",
"expires": "string",
"urgency": "string",
"severity": "string",
"certainty": "string",
"even": "string",
"identifier": "string"
}
],
"success": true
}