curl --location --request GET 'http://192.168.11.46:13000/fp/safetyStatePrediction//environmentData?resCode=HP0015201110000170&beginDate=2024-07-27&endDate=2024-07-30' \
--header 'Cookie: token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJMaWppYSIsInJuU3RyIjoib051Vk56dTdDeVFoSFFrRXkxYWd0QTZWbDk1N1FJSVEifQ.rN5tYp0FRQDZnlE124QaDNWocruOqEZX8Aap0aTRAKw'
{
"code": 200,
"message": "操作成功",
"exception": null,
"data": {
"upWaterLevelValues": [
"1177.683185",
"1177.716984",
"1177.763453",
"1177.807869"
],
"rainFallValues": [
"0.013889",
"0.074913",
"0.090278",
"0.071181"
],
"proName": "松柏山水库",
"dateList": [
"2024-07-27",
"2024-07-28",
"2024-07-29",
"2024-07-30"
],
"airTemperatureValues": [
"27.000000",
"25.500000",
"23.000000",
"21.500000"
]
}
}