sunzehao 6 месяцев назад
Родитель
Сommit
76d910f69d
2 измененных файлов с 1797 добавлено и 18 удалено
  1. 29 18
      src/views/cesium.vue
  2. 1768 0
      src/views/weatherComponents/weatherBase.json

+ 29 - 18
src/views/cesium.vue

@@ -177,6 +177,7 @@ import ModelUnpack from "@/components/modelUnpack.vue";
 import menuCom from "./menuCom.vue";
 import { getTempData, getBaiduTempData, getWWTempData } from "@/api/index.js";
 import weatherView from "./weatherComponents/weatherView.vue";
+import jsonData from "./weatherComponents/weatherBase.json";
 
 export default {
   name: "CesiumMap",
@@ -240,7 +241,8 @@ export default {
       loadDone: false, // 地球首次加载滚动到 reset 位置是否完成
       showtempImg: false,
       handlerAction: null,
-      sidebarRightData: null
+      sidebarRightData: null,
+      buildings: null
     };
   },
   created() {
@@ -264,6 +266,10 @@ export default {
       this.windLayer = null;
       this.windLayerTimmer = null;
     }
+    if (this.buildings) {
+        this.viewer.scene.primitives.remove(this.buildings); // 从场景中移除
+        this.buildings = null; // 释放引用,帮助垃圾回收
+    }
 
     clearInterval(this.systemInfoTimmer);
     this.systemInfoTimmer = null;
@@ -274,7 +280,8 @@ export default {
       // 添加OSM建筑 3D 模型
       try {
         Cesium.createOsmBuildingsAsync().then((buildings) => {
-          this.viewer.scene.primitives.add(buildings);
+            this.buildings = buildings
+            this.viewer.scene.primitives.add(buildings);
         });
 
         this.viewer.terrainProvider = await Cesium.createWorldTerrainAsync({
@@ -293,23 +300,27 @@ export default {
     },
     async getWeatherData() {
         let that = this
-        let params = {
-            cityname: "上海天气"
+        await that.weatherJsonChange(jsonData.data)
+        // let params = {
+        //     cityname: "上海天气"
+        // }
+        // await getBaiduTempData(params).then(res =>{
+        //     if (res && res.data) {
+        //         that.weatherJsonChange(res.data)
+        //     }
+        // })
+    },
+    weatherJsonChange(datas) {
+        let obj = {
+            base: datas.base,
+            weather: datas.weather,
+            zhishu: datas.recommend_zhishu,
+            pm25: datas.ps_pm25,
+            position: datas.position,
+            fiftyDay: datas['15_day_forecast'],
+            feature: datas.feature
         }
-        await getBaiduTempData(params).then(res =>{
-            if (res && res.data) {
-                let obj = {
-                    base: res.data.base,
-                    weather: res.data.weather,
-                    zhishu: res.data.recommend_zhishu,
-                    pm25: res.data.ps_pm25,
-                    position: res.data.position,
-                    fiftyDay: res.data['15_day_forecast'],
-                    feature: res.data.feature
-                }
-                that.sidebarRightData = obj
-            }
-        })
+        this.sidebarRightData = obj
     },
     // 初始化一些监听事件
     initEventListener() {

+ 1768 - 0
src/views/weatherComponents/weatherBase.json

@@ -0,0 +1,1768 @@
+{
+    "status": 200,
+    "message": "获取天气数据成功",
+    "data": {
+        "weather": {
+            "humidity": "92",
+            "update_time": "2025-09-02 17:05",
+            "publish_time": "2025-09-02 17:00",
+            "bodytemp_info": "湿度大,体感很闷热",
+            "temperature": "26",
+            "wind_power": "0级",
+            "uv_info": "未来将持续偏弱",
+            "wind_direction": "北风",
+            "uv": "最弱",
+            "site": "moji",
+            "visibility": "11400",
+            "wind_direction_num": "0",
+            "pressure": "1008.0",
+            "uv_num": "2",
+            "weather": "阴",
+            "dew_temperature": "25",
+            "prec_monitor_time": "2025-09-02 17:00:08",
+            "precipitation_type": "无雨雪",
+            "wind_power_num": "0",
+            "precipitation": "0.0",
+            "real_feel_temperature": "31",
+            "weather_day": "中雨",
+            "weather_night": "小雨",
+            "wind_direction_day": "东南风",
+            "wind_power_day": "1级",
+            "wind_direction_night": "东南风",
+            "wind_power_night": "1级"
+        },
+        "position": {
+            "city": "上海",
+            "country": "中国"
+        },
+        "ps_pm25": {
+            "level": "优",
+            "ps_pm25": "22"
+        },
+        "feature": {
+            "humidity": "92",
+            "wind": "北风0级",
+            "sunriseTime": "05:31",
+            "sunsetTime": "18:17"
+        },
+        "base": {
+            "dateShort": "09月02日",
+            "date": "2025-09-02",
+            "weekday": "周四",
+            "lunar": "七月十一"
+        },
+        "long_day_forecast": {
+            "info": [
+                {
+                    "moonrise": "14:37",
+                    "wind_power_night": "1级",
+                    "temperature_night": "26",
+                    "wind_direction_night": "东南风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "2025-09-08 00:00:00",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "1",
+                            "listValue": "优",
+                            "listAqiVal": "22",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-02"
+                    },
+                    "wind_direction_day": "东南风",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "5",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:17",
+                    "date": "2025-09-02",
+                    "precipitation_probability_night": "80",
+                    "weather_day": "中雨",
+                    "moon_phase": "盈凸月",
+                    "temperature_day": "33",
+                    "moonset": "00:00",
+                    "sunriseTime": "05:31",
+                    "moon_exposure_proportion": "",
+                    "weather_day_for_beijing": "",
+                    "weather_night_for_beijing": "",
+                    "precipitation_probability_day": "90",
+                    "humidity": {
+                        "tip": "湿度",
+                        "text": "92"
+                    }
+                },
+                {
+                    "moonrise": "15:27",
+                    "wind_power_night": "1级",
+                    "temperature_night": "26",
+                    "wind_direction_night": "东南风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "2025-09-08 00:00:00",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "1",
+                            "listValue": "优",
+                            "listAqiVal": "48",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-03"
+                    },
+                    "wind_direction_day": "东南风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "5",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:16",
+                    "date": "2025-09-03",
+                    "precipitation_probability_night": "0",
+                    "weather_day": "小雨",
+                    "moon_phase": "盈凸月",
+                    "temperature_day": "33",
+                    "moonset": "00:22",
+                    "sunriseTime": "05:31",
+                    "moon_exposure_proportion": "",
+                    "weather_day_for_beijing": "",
+                    "weather_night_for_beijing": "",
+                    "precipitation_probability_day": "60"
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "盈凸月",
+                    "next_new_moon": "2025-09-08 00:00:00",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "16:12",
+                    "temperature_day": "34",
+                    "wind_direction_day": "东南风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "5",
+                    "sunriseTime": "05:32",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "weather_night_for_beijing": "",
+                    "weather_day_for_beijing": "",
+                    "date": "2025-09-04",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:14",
+                    "temperature_night": "27",
+                    "moonset": "01:22",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "2",
+                            "listValue": "良",
+                            "listAqiVal": "88",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-04"
+                    },
+                    "precipitation_probability_day": "60"
+                },
+                {
+                    "weather_day": "阴",
+                    "moon_phase": "盈凸月",
+                    "next_new_moon": "2025-09-08 00:00:00",
+                    "wind_direction_night": "南风",
+                    "moonrise": "16:51",
+                    "temperature_day": "35",
+                    "wind_direction_day": "东南风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "5",
+                    "sunriseTime": "05:32",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "weather_night_for_beijing": "",
+                    "weather_day_for_beijing": "",
+                    "date": "2025-09-05",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:13",
+                    "temperature_night": "27",
+                    "moonset": "02:27",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "2",
+                            "listValue": "良",
+                            "listAqiVal": "93",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-05"
+                    },
+                    "precipitation_probability_day": "0"
+                },
+                {
+                    "weather_day": "阴",
+                    "moon_phase": "盈凸月",
+                    "next_new_moon": "2025-09-08 00:00:00",
+                    "wind_direction_night": "北风",
+                    "moonrise": "17:26",
+                    "temperature_day": "36",
+                    "wind_direction_day": "西风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "5",
+                    "sunriseTime": "05:33",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "weather_night_for_beijing": "",
+                    "weather_day_for_beijing": "",
+                    "date": "2025-09-06",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:12",
+                    "temperature_night": "27",
+                    "moonset": "03:33",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "2",
+                            "listValue": "良",
+                            "listAqiVal": "96",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-06"
+                    },
+                    "precipitation_probability_day": "0"
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "凸月",
+                    "next_new_moon": "2025-09-08 00:00:00",
+                    "wind_direction_night": "东风",
+                    "moonrise": "17:57",
+                    "temperature_day": "33",
+                    "wind_direction_day": "东北风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "5",
+                    "sunriseTime": "05:33",
+                    "wind_power_day": "微风",
+                    "wind_power_night": "微风",
+                    "weather_night_for_beijing": "",
+                    "weather_day_for_beijing": "",
+                    "date": "2025-09-07",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:11",
+                    "temperature_night": "27",
+                    "moonset": "05:46+1",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "2",
+                            "listValue": "良",
+                            "listAqiVal": "75",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-07"
+                    },
+                    "precipitation_probability_day": "80"
+                },
+                {
+                    "moonrise": "18:29",
+                    "wind_power_night": "1级",
+                    "temperature_night": "26",
+                    "wind_direction_night": "东南风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "1",
+                            "listValue": "优",
+                            "listAqiVal": "48",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-08"
+                    },
+                    "wind_direction_day": "东南风",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:09",
+                    "date": "2025-09-08",
+                    "precipitation_probability_night": "80",
+                    "weather_day": "中雨",
+                    "moon_phase": "望月",
+                    "temperature_day": "32",
+                    "moonset": "05:45",
+                    "moon_exposure_proportion": "",
+                    "sunriseTime": "05:34",
+                    "precipitation_probability_day": "90"
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东北风",
+                    "moonrise": "19:00",
+                    "temperature_day": "32",
+                    "next_full_moon": "",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:35",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东北风",
+                    "date": "2025-09-09",
+                    "precipitation_probability_night": "70",
+                    "sunsetTime": "18:08",
+                    "temperature_night": "26",
+                    "moonset": "06:51",
+                    "precipitation_probability_day": "60",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "阴",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东北风",
+                    "moonrise": "19:33",
+                    "temperature_day": "30",
+                    "next_full_moon": "",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:35",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东北风",
+                    "date": "2025-09-10",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:07",
+                    "temperature_night": "24",
+                    "moonset": "07:59",
+                    "precipitation_probability_day": "0",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "南风",
+                    "moonrise": "20:09",
+                    "temperature_day": "29",
+                    "next_full_moon": "",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:36",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "3级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东风",
+                    "date": "2025-09-11",
+                    "precipitation_probability_night": "80",
+                    "sunsetTime": "18:06",
+                    "temperature_night": "26",
+                    "moonset": "09:09",
+                    "precipitation_probability_day": "90",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "20:52",
+                    "temperature_day": "35",
+                    "next_full_moon": "",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:37",
+                    "wind_power_day": "3级",
+                    "wind_power_night": "3级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东南风",
+                    "date": "2025-09-12",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:04",
+                    "temperature_night": "29",
+                    "moonset": "10:20",
+                    "precipitation_probability_day": "90",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "21:41",
+                    "temperature_day": "33",
+                    "next_full_moon": "",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:37",
+                    "wind_power_day": "2级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "西南风",
+                    "date": "2025-09-13",
+                    "precipitation_probability_night": "60",
+                    "sunsetTime": "18:03",
+                    "temperature_night": "27",
+                    "moonset": "11:32",
+                    "precipitation_probability_day": "80",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "下弦月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "南风",
+                    "moonrise": "22:37",
+                    "temperature_day": "32",
+                    "next_full_moon": "",
+                    "weather_night": "多云",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:38",
+                    "wind_power_day": "2级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "南风",
+                    "date": "2025-09-14",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:02",
+                    "temperature_night": "28",
+                    "moonset": "12:41",
+                    "precipitation_probability_day": "90",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "晴",
+                    "moon_phase": "残月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "23:40",
+                    "temperature_day": "35",
+                    "next_full_moon": "",
+                    "weather_night": "晴",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:38",
+                    "wind_power_day": "2级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东南风",
+                    "date": "2025-09-15",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:00",
+                    "temperature_night": "28",
+                    "moonset": "13:44",
+                    "precipitation_probability_day": "0",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "晴",
+                    "moon_phase": "残月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "00:00",
+                    "temperature_day": "34",
+                    "next_full_moon": "",
+                    "weather_night": "晴",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:39",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东南风",
+                    "date": "2025-09-16",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "17:59",
+                    "temperature_night": "29",
+                    "moonset": "14:39",
+                    "precipitation_probability_day": "0",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "date": "2025-09-17",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "25",
+                    "temperature_day": "31"
+                },
+                {
+                    "date": "2025-09-18",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "25",
+                    "temperature_day": "31"
+                },
+                {
+                    "date": "2025-09-19",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "24",
+                    "temperature_day": "30"
+                },
+                {
+                    "date": "2025-09-20",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "24",
+                    "temperature_day": "30"
+                },
+                {
+                    "date": "2025-09-21",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "24",
+                    "temperature_day": "29"
+                },
+                {
+                    "date": "2025-09-22",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "23",
+                    "temperature_day": "29"
+                },
+                {
+                    "date": "2025-09-23",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "23",
+                    "temperature_day": "29"
+                },
+                {
+                    "date": "2025-09-24",
+                    "weather_day": "小雨",
+                    "weather_night": "小雨",
+                    "temperature_night": "23",
+                    "temperature_day": "28"
+                },
+                {
+                    "date": "2025-09-25",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "22",
+                    "temperature_day": "28"
+                },
+                {
+                    "date": "2025-09-26",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "22",
+                    "temperature_day": "27"
+                },
+                {
+                    "date": "2025-09-27",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "21",
+                    "temperature_day": "27"
+                },
+                {
+                    "date": "2025-09-28",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "21",
+                    "temperature_day": "27"
+                },
+                {
+                    "date": "2025-09-29",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "21",
+                    "temperature_day": "27"
+                },
+                {
+                    "date": "2025-09-30",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "20",
+                    "temperature_day": "27"
+                },
+                {
+                    "date": "2025-10-01",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "21",
+                    "temperature_day": "27"
+                },
+                {
+                    "date": "2025-10-02",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "20",
+                    "temperature_day": "26"
+                },
+                {
+                    "date": "2025-10-03",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "20",
+                    "temperature_day": "26"
+                },
+                {
+                    "date": "2025-10-04",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "19",
+                    "temperature_day": "26"
+                },
+                {
+                    "date": "2025-10-05",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "19",
+                    "temperature_day": "26"
+                },
+                {
+                    "date": "2025-10-06",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "20",
+                    "temperature_day": "26"
+                },
+                {
+                    "date": "2025-10-07",
+                    "weather_day": "阴",
+                    "weather_night": "阴",
+                    "temperature_night": "19",
+                    "temperature_day": "25"
+                },
+                {
+                    "date": "2025-10-08",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "19",
+                    "temperature_day": "25"
+                },
+                {
+                    "date": "2025-10-09",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "19",
+                    "temperature_day": "26"
+                },
+                {
+                    "date": "2025-10-10",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "19",
+                    "temperature_day": "26"
+                },
+                {
+                    "date": "2025-10-11",
+                    "weather_day": "多云",
+                    "weather_night": "多云",
+                    "temperature_night": "19",
+                    "temperature_day": "25"
+                }
+            ],
+            "update_time": "2025-09-02 16:40",
+            "publish_time": "2025-09-02 15:50",
+            "pm25_update_time": "2025-09-02 16:40",
+            "pm25_publish_time": "2025-09-02 15:50",
+            "weather_publish_time": "2025-09-02 15:50",
+            "weather_update_time": "2025-09-02 16:40",
+            "info#num#baidu": 6,
+            "days": "40"
+        },
+        "15_day_forecast": {
+            "info": [
+                {
+                    "moonrise": "14:37",
+                    "wind_power_night": "1级",
+                    "temperature_night": "26",
+                    "wind_direction_night": "东南风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "1",
+                            "listValue": "优",
+                            "listAqiVal": "22",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-02"
+                    },
+                    "wind_direction_day": "东南风",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:17",
+                    "date": "2025-09-02",
+                    "precipitation_probability_night": "80",
+                    "weather_day": "中雨",
+                    "moon_phase": "盈凸月",
+                    "temperature_day": "33",
+                    "moonset": "00:00",
+                    "moon_exposure_proportion": "",
+                    "sunriseTime": "05:31",
+                    "precipitation_probability_day": "90",
+                    "humidity": {
+                        "tip": "湿度",
+                        "text": "92"
+                    }
+                },
+                {
+                    "moonrise": "15:27",
+                    "wind_power_night": "1级",
+                    "temperature_night": "26",
+                    "wind_direction_night": "东南风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "1",
+                            "listValue": "优",
+                            "listAqiVal": "48",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-03"
+                    },
+                    "wind_direction_day": "东南风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:16",
+                    "date": "2025-09-03",
+                    "precipitation_probability_night": "0",
+                    "weather_day": "小雨",
+                    "moon_phase": "盈凸月",
+                    "temperature_day": "33",
+                    "moonset": "00:22",
+                    "moon_exposure_proportion": "",
+                    "sunriseTime": "05:31",
+                    "precipitation_probability_day": "60"
+                },
+                {
+                    "moonrise": "16:12",
+                    "wind_power_night": "1级",
+                    "temperature_night": "27",
+                    "wind_direction_night": "东南风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "2",
+                            "listValue": "良",
+                            "listAqiVal": "88",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-04"
+                    },
+                    "wind_direction_day": "东南风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:14",
+                    "date": "2025-09-04",
+                    "precipitation_probability_night": "0",
+                    "weather_day": "小雨",
+                    "moon_phase": "盈凸月",
+                    "temperature_day": "34",
+                    "moonset": "01:22",
+                    "moon_exposure_proportion": "",
+                    "sunriseTime": "05:32",
+                    "precipitation_probability_day": "60"
+                },
+                {
+                    "moonrise": "16:51",
+                    "wind_power_night": "1级",
+                    "temperature_night": "27",
+                    "wind_direction_night": "南风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "2",
+                            "listValue": "良",
+                            "listAqiVal": "93",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-05"
+                    },
+                    "wind_direction_day": "东南风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:13",
+                    "date": "2025-09-05",
+                    "precipitation_probability_night": "0",
+                    "weather_day": "阴",
+                    "moon_phase": "盈凸月",
+                    "temperature_day": "35",
+                    "moonset": "02:27",
+                    "moon_exposure_proportion": "",
+                    "sunriseTime": "05:32",
+                    "precipitation_probability_day": "0"
+                },
+                {
+                    "moonrise": "17:26",
+                    "wind_power_night": "1级",
+                    "temperature_night": "27",
+                    "wind_direction_night": "北风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "2",
+                            "listValue": "良",
+                            "listAqiVal": "96",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-06"
+                    },
+                    "wind_direction_day": "西风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:12",
+                    "date": "2025-09-06",
+                    "precipitation_probability_night": "0",
+                    "weather_day": "阴",
+                    "moon_phase": "盈凸月",
+                    "temperature_day": "36",
+                    "moonset": "03:33",
+                    "moon_exposure_proportion": "",
+                    "sunriseTime": "05:33",
+                    "precipitation_probability_day": "0"
+                },
+                {
+                    "moonrise": "17:58",
+                    "wind_power_night": "1级",
+                    "temperature_night": "27",
+                    "wind_direction_night": "东风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "2",
+                            "listValue": "良",
+                            "listAqiVal": "75",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-07"
+                    },
+                    "wind_direction_day": "东北风",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:11",
+                    "date": "2025-09-07",
+                    "precipitation_probability_night": "0",
+                    "weather_day": "小雨",
+                    "moon_phase": "盈凸月",
+                    "temperature_day": "33",
+                    "moonset": "04:39",
+                    "moon_exposure_proportion": "",
+                    "sunriseTime": "05:34",
+                    "precipitation_probability_day": "80"
+                },
+                {
+                    "moonrise": "18:29",
+                    "wind_power_night": "1级",
+                    "temperature_night": "26",
+                    "wind_direction_night": "东南风",
+                    "next_full_moon": "",
+                    "moon_phase_angle": "",
+                    "next_new_moon": "",
+                    "pm25": {
+                        "listQuality": {
+                            "listKey": "1",
+                            "listValue": "优",
+                            "listAqiVal": "48",
+                            "site": "moji"
+                        },
+                        "listTitle": "2025-09-08"
+                    },
+                    "wind_direction_day": "东南风",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "wind_power_day": "1级",
+                    "sunsetTime": "18:09",
+                    "date": "2025-09-08",
+                    "precipitation_probability_night": "80",
+                    "weather_day": "中雨",
+                    "moon_phase": "望月",
+                    "temperature_day": "32",
+                    "moonset": "05:45",
+                    "moon_exposure_proportion": "",
+                    "sunriseTime": "05:34",
+                    "precipitation_probability_day": "90"
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东北风",
+                    "moonrise": "19:00",
+                    "temperature_day": "32",
+                    "next_full_moon": "",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:35",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东北风",
+                    "date": "2025-09-09",
+                    "precipitation_probability_night": "70",
+                    "sunsetTime": "18:08",
+                    "temperature_night": "26",
+                    "moonset": "06:51",
+                    "precipitation_probability_day": "60",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "阴",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东北风",
+                    "moonrise": "19:33",
+                    "temperature_day": "30",
+                    "next_full_moon": "",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:35",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东北风",
+                    "date": "2025-09-10",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:07",
+                    "temperature_night": "24",
+                    "moonset": "07:59",
+                    "precipitation_probability_day": "0",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "南风",
+                    "moonrise": "20:09",
+                    "temperature_day": "29",
+                    "next_full_moon": "",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:36",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "3级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东风",
+                    "date": "2025-09-11",
+                    "precipitation_probability_night": "80",
+                    "sunsetTime": "18:06",
+                    "temperature_night": "26",
+                    "moonset": "09:09",
+                    "precipitation_probability_day": "90",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "20:52",
+                    "temperature_day": "35",
+                    "next_full_moon": "",
+                    "weather_night": "阴",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:37",
+                    "wind_power_day": "3级",
+                    "wind_power_night": "3级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东南风",
+                    "date": "2025-09-12",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:04",
+                    "temperature_night": "29",
+                    "moonset": "10:20",
+                    "precipitation_probability_day": "90",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "亏凸月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "21:41",
+                    "temperature_day": "33",
+                    "next_full_moon": "",
+                    "weather_night": "小雨",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:37",
+                    "wind_power_day": "2级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "西南风",
+                    "date": "2025-09-13",
+                    "precipitation_probability_night": "60",
+                    "sunsetTime": "18:03",
+                    "temperature_night": "27",
+                    "moonset": "11:32",
+                    "precipitation_probability_day": "80",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "小雨",
+                    "moon_phase": "下弦月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "南风",
+                    "moonrise": "22:37",
+                    "temperature_day": "32",
+                    "next_full_moon": "",
+                    "weather_night": "多云",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:38",
+                    "wind_power_day": "2级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "南风",
+                    "date": "2025-09-14",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:02",
+                    "temperature_night": "28",
+                    "moonset": "12:41",
+                    "precipitation_probability_day": "90",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "晴",
+                    "moon_phase": "残月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "23:40",
+                    "temperature_day": "35",
+                    "next_full_moon": "",
+                    "weather_night": "晴",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:38",
+                    "wind_power_day": "2级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东南风",
+                    "date": "2025-09-15",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "18:00",
+                    "temperature_night": "28",
+                    "moonset": "13:44",
+                    "precipitation_probability_day": "0",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                },
+                {
+                    "weather_day": "晴",
+                    "moon_phase": "残月",
+                    "next_new_moon": "",
+                    "wind_direction_night": "东南风",
+                    "moonrise": "00:00",
+                    "temperature_day": "34",
+                    "next_full_moon": "",
+                    "weather_night": "晴",
+                    "moon_pic_num": "",
+                    "sunriseTime": "05:39",
+                    "wind_power_day": "1级",
+                    "wind_power_night": "1级",
+                    "moon_exposure_proportion": "",
+                    "moon_phase_angle": "",
+                    "wind_direction_day": "东南风",
+                    "date": "2025-09-16",
+                    "precipitation_probability_night": "0",
+                    "sunsetTime": "17:59",
+                    "temperature_night": "29",
+                    "moonset": "14:39",
+                    "precipitation_probability_day": "0",
+                    "pm25": {
+                        "listTitle": "",
+                        "listQuality": {
+                            "listKey": "",
+                            "listValue": ""
+                        }
+                    }
+                }
+            ],
+            "update_time": "2025-09-02 16:40",
+            "publish_time": "2025-09-02 15:50",
+            "pm25_update_time": "2025-09-02 16:40",
+            "pm25_publish_time": "2025-09-02 15:50",
+            "weather_publish_time": "2025-09-02 15:50",
+            "weather_update_time": "2025-09-02 16:40",
+            "info#num#baidu": 15,
+            "days": "15"
+        },
+        "recommend_zhishu": {
+            "url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4599&ext=%7B%22sf_tab_name%22%3A%22chuanyi%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100",
+            "title": "生活气象指数",
+            "desc": "下午好,天气不好,也记得让心情保持舒畅哦",
+            "other_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4599&ext=%7B%22sf_tab_name%22%3A%22chuanyi%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100&top=%7B%22sfhs%22%3A1%7D",
+            "item": [
+                {
+                    "item_name": "穿衣",
+                    "item_title": "穿衣: 短袖类",
+                    "item_icon": "https://search-operate.cdn.bcebos.com/20dd13b486c4943d3df0f295cc58a153.png",
+                    "item_icon_white": "https://search-operate.cdn.bcebos.com/a3553ddf0c68312513ba1591320fa60c.png",
+                    "item_desc": "26℃~33℃",
+                    "item_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4599&ext=%7B%22sf_tab_name%22%3A%22chuanyi%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100",
+                    "item_other_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4599&ext=%7B%22sf_tab_name%22%3A%22chuanyi%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100&top=%7B%22sfhs%22%3A1%7D"
+                },
+                {
+                    "item_name": "感冒",
+                    "item_title": "感冒: 可能",
+                    "item_icon": "https://search-operate.cdn.bcebos.com/4fd6c103ba20db84b1894ce2716aaa5f.png",
+                    "item_icon_white": "https://search-operate.cdn.bcebos.com/3664b487f815280676c5e039a128e50f.png",
+                    "item_desc": "风力较大",
+                    "item_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4605&ext=%7B%22sf_tab_name%22%3A%22ganmao%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100",
+                    "item_other_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4605&ext=%7B%22sf_tab_name%22%3A%22ganmao%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100&top=%7B%22sfhs%22%3A1%7D"
+                },
+                {
+                    "item_name": "出游",
+                    "item_title": "出游: 不适宜",
+                    "item_icon": "https://search-operate.cdn.bcebos.com/13c92a56c6176983cf3554a6586b797e.png",
+                    "item_icon_white": "https://search-operate.cdn.bcebos.com/f3fb9f13f515fcb6881155ba44c46e4a.png",
+                    "item_desc": "中雨转小雨",
+                    "item_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4600&ext=%7B%22sf_tab_name%22%3A%22chuyou%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100",
+                    "item_other_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4600&ext=%7B%22sf_tab_name%22%3A%22chuyou%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100&top=%7B%22sfhs%22%3A1%7D"
+                },
+                {
+                    "item_name": "洗车",
+                    "item_title": "洗车: 不适宜",
+                    "item_icon": "https://search-operate.cdn.bcebos.com/4fc1b9c1ee59ed6a3e5a05017fc9360b.png",
+                    "item_icon_white": "https://search-operate.cdn.bcebos.com/8eda9c80e2fd0bf197243111762e6041.png",
+                    "item_desc": "近期有大风",
+                    "item_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4602&ext=%7B%22sf_tab_name%22%3A%22xiche%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100",
+                    "item_other_url": "/sf?pd=life_compare_weather&from_sf=1&openapi=1&dspName=iphone&word=%E4%B8%8A%E6%B5%B7&title=%E7%94%9F%E6%B4%BB%E6%B0%94%E8%B1%A1%E6%8C%87%E6%95%B0&resource_id=4602&ext=%7B%22sf_tab_name%22%3A%22xiche%22%2C%22bar_sort%22%3A%22chuanyi%2Cganmao%2Cchuyou%2Cxiche%2Chuazhuang%22%7D&county_id=101020100&top=%7B%22sfhs%22%3A1%7D"
+                }
+            ],
+            "strategy_log": {
+                "recommend_zhishu_sort": [
+                    "chuanyi",
+                    "ganmao",
+                    "chuyou",
+                    "xiche",
+                    "huazhuang"
+                ],
+                "user_attr": [],
+                "observe_weather": {
+                    "humidity": "92",
+                    "update_time": "2025-09-02 17:05",
+                    "publish_time": "2025-09-02 17:00",
+                    "bodytemp_info": "湿度大,体感很闷热",
+                    "temperature": "26",
+                    "wind_power": "0级",
+                    "uv_info": "未来将持续偏弱",
+                    "wind_direction": "北风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "visibility": "11400",
+                    "wind_direction_num": "0",
+                    "pressure": "1008.0",
+                    "uv_num": "2",
+                    "weather": "阴",
+                    "dew_temperature": "25",
+                    "prec_monitor_time": "2025-09-02 17:00:08",
+                    "precipitation_type": "无雨雪",
+                    "wind_power_num": "0",
+                    "precipitation": "0.0",
+                    "real_feel_temperature": "31",
+                    "ps_pm25": "22"
+                }
+            }
+        },
+        "24_hour_forecast": {
+            "info": [
+                {
+                    "precipitation_probability": "0",
+                    "temperature": "26",
+                    "hour": "2025090217",
+                    "wind_direction": "北风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "2",
+                    "wind_power": "0级",
+                    "weather": "阴",
+                    "wind_power_num": "0",
+                    "precipitation": "0.0",
+                    "pm25": {
+                        "listAqiVal": "23",
+                        "listKey": "1",
+                        "listValue": "优",
+                        "hour": "2025090217"
+                    }
+                },
+                {
+                    "precipitation_probability": "0",
+                    "temperature": "27",
+                    "hour": "2025090218",
+                    "wind_direction": "南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "多云",
+                    "wind_power_num": "2",
+                    "precipitation": "0.0",
+                    "pm25": {
+                        "listAqiVal": "25",
+                        "listKey": "1",
+                        "listValue": "优",
+                        "hour": "2025090218"
+                    }
+                },
+                {
+                    "precipitation_probability": "0",
+                    "temperature": "27",
+                    "hour": "2025090219",
+                    "wind_direction": "东风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "3级",
+                    "weather": "多云",
+                    "wind_power_num": "3",
+                    "precipitation": "0.0",
+                    "pm25": {
+                        "listAqiVal": "29",
+                        "listKey": "1",
+                        "listValue": "优",
+                        "hour": "2025090219"
+                    }
+                },
+                {
+                    "precipitation_probability": "0",
+                    "temperature": "27",
+                    "hour": "2025090220",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "3级",
+                    "weather": "多云",
+                    "wind_power_num": "3",
+                    "precipitation": "0.0",
+                    "pm25": {
+                        "listAqiVal": "32",
+                        "listKey": "1",
+                        "listValue": "优",
+                        "hour": "2025090220"
+                    }
+                },
+                {
+                    "precipitation_probability": "90",
+                    "temperature": "27",
+                    "hour": "2025090221",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "3级",
+                    "weather": "小雨",
+                    "wind_power_num": "3",
+                    "precipitation": "0.2",
+                    "pm25": {
+                        "listAqiVal": "33",
+                        "listKey": "1",
+                        "listValue": "优",
+                        "hour": "2025090221"
+                    }
+                },
+                {
+                    "precipitation_probability": "50",
+                    "temperature": "28",
+                    "hour": "2025090222",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.5",
+                    "pm25": {
+                        "listAqiVal": "33",
+                        "listKey": "1",
+                        "listValue": "优",
+                        "hour": "2025090222"
+                    }
+                },
+                {
+                    "precipitation_probability": "50",
+                    "temperature": "28",
+                    "hour": "2025090223",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.5",
+                    "pm25": {
+                        "listAqiVal": "33",
+                        "listKey": "1",
+                        "listValue": "优",
+                        "hour": "2025090223"
+                    }
+                },
+                {
+                    "precipitation_probability": "70",
+                    "temperature": "28",
+                    "hour": "2025090300",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.5",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090300"
+                    }
+                },
+                {
+                    "precipitation_probability": "90",
+                    "temperature": "27",
+                    "hour": "2025090301",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "3级",
+                    "weather": "小雨",
+                    "wind_power_num": "3",
+                    "precipitation": "0.3",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090301"
+                    }
+                },
+                {
+                    "precipitation_probability": "80",
+                    "temperature": "27",
+                    "hour": "2025090302",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "3级",
+                    "weather": "小雨",
+                    "wind_power_num": "3",
+                    "precipitation": "0.5",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090302"
+                    }
+                },
+                {
+                    "precipitation_probability": "50",
+                    "temperature": "27",
+                    "hour": "2025090303",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.5",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090303"
+                    }
+                },
+                {
+                    "precipitation_probability": "90",
+                    "temperature": "27",
+                    "hour": "2025090304",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.2",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090304"
+                    }
+                },
+                {
+                    "precipitation_probability": "60",
+                    "temperature": "27",
+                    "hour": "2025090305",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.5",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090305"
+                    }
+                },
+                {
+                    "precipitation_probability": "0",
+                    "temperature": "28",
+                    "hour": "2025090306",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "阴",
+                    "wind_power_num": "2",
+                    "precipitation": "0.0",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090306"
+                    }
+                },
+                {
+                    "precipitation_probability": "0",
+                    "temperature": "29",
+                    "hour": "2025090307",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "1",
+                    "wind_power": "2级",
+                    "weather": "阴",
+                    "wind_power_num": "2",
+                    "precipitation": "0.0",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090307"
+                    }
+                },
+                {
+                    "precipitation_probability": "0",
+                    "temperature": "29",
+                    "hour": "2025090308",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "2",
+                    "wind_power": "2级",
+                    "weather": "阴",
+                    "wind_power_num": "2",
+                    "precipitation": "0.0",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090308"
+                    }
+                },
+                {
+                    "precipitation_probability": "80",
+                    "temperature": "30",
+                    "hour": "2025090309",
+                    "wind_direction": "东南风",
+                    "uv": "弱",
+                    "site": "moji",
+                    "uv_num": "3",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.5",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090309"
+                    }
+                },
+                {
+                    "precipitation_probability": "90",
+                    "temperature": "30",
+                    "hour": "2025090310",
+                    "wind_direction": "南风",
+                    "uv": "弱",
+                    "site": "moji",
+                    "uv_num": "4",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.2",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090310"
+                    }
+                },
+                {
+                    "precipitation_probability": "80",
+                    "temperature": "32",
+                    "hour": "2025090311",
+                    "wind_direction": "南风",
+                    "uv": "中等",
+                    "site": "moji",
+                    "uv_num": "5",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "0.5",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090311"
+                    }
+                },
+                {
+                    "precipitation_probability": "90",
+                    "temperature": "32",
+                    "hour": "2025090312",
+                    "wind_direction": "南风",
+                    "uv": "中等",
+                    "site": "moji",
+                    "uv_num": "5",
+                    "wind_power": "3级",
+                    "weather": "小雨",
+                    "wind_power_num": "3",
+                    "precipitation": "1.2",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090312"
+                    }
+                },
+                {
+                    "precipitation_probability": "90",
+                    "temperature": "32",
+                    "hour": "2025090313",
+                    "wind_direction": "南风",
+                    "uv": "中等",
+                    "site": "moji",
+                    "uv_num": "5",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "1.2",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090313"
+                    }
+                },
+                {
+                    "precipitation_probability": "90",
+                    "temperature": "33",
+                    "hour": "2025090314",
+                    "wind_direction": "南风",
+                    "uv": "弱",
+                    "site": "moji",
+                    "uv_num": "4",
+                    "wind_power": "2级",
+                    "weather": "小雨",
+                    "wind_power_num": "2",
+                    "precipitation": "1.2",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090314"
+                    }
+                },
+                {
+                    "precipitation_probability": "90",
+                    "temperature": "30",
+                    "hour": "2025090315",
+                    "wind_direction": "南风",
+                    "uv": "弱",
+                    "site": "moji",
+                    "uv_num": "3",
+                    "wind_power": "3级",
+                    "weather": "小雨",
+                    "wind_power_num": "3",
+                    "precipitation": "0.4",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090315"
+                    }
+                },
+                {
+                    "precipitation_probability": "0",
+                    "temperature": "33",
+                    "hour": "2025090316",
+                    "wind_direction": "东南风",
+                    "uv": "最弱",
+                    "site": "moji",
+                    "uv_num": "2",
+                    "wind_power": "1级",
+                    "weather": "阴",
+                    "wind_power_num": "1",
+                    "precipitation": "0.0",
+                    "pm25": {
+                        "listAqiVal": "55",
+                        "listKey": "2",
+                        "listValue": "良",
+                        "hour": "2025090316"
+                    }
+                }
+            ],
+            "loc": "http://moji.com/101020100",
+            "update_time": "2025-09-02 17:01",
+            "resource_name": "moji",
+            "@delflag": "0",
+            "changefreq": "always",
+            "@id": "101020100",
+            "@site": "http://moji.com/",
+            "site": "moji",
+            "weather_id": "101020100",
+            "id": "101020100",
+            "@updatetime": "2025-09-02 17:01",
+            "publish_time": "2025-09-02 16:47",
+            "@templateid": "7307",
+            "type": "f1h",
+            "lastmod": "2025-09-02T17:01:08",
+            "info#num#baidu": 48
+        },
+        "yesterday_15d": {
+            "weather_day": "中雨",
+            "wind_direction_night": "北风",
+            "temperature_day": "34",
+            "wind_direction_day": "东南风",
+            "weather_night": "小雨",
+            "wind_power_day": "1级",
+            "wind_power_night": "1级",
+            "date": "2025-09-01",
+            "sunsetTime": "18:18",
+            "temperature_night": "26",
+            "sunriseTime": "05:30",
+            "pm25": {
+                "listQuality": {
+                    "listKey": "1",
+                    "listValue": "优",
+                    "listAqiVal": "36",
+                    "site": "moji"
+                },
+                "listTitle": "2025-09-01"
+            }
+        },
+        "do_not_show_longForecast": 0,
+        "forecast": "long_day_forecast"
+    }
+}