From 5bfb959c47017825c8cf7dc8570c55b04dab694c Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 09 六月 2021 16:42:11 +0800
Subject: [PATCH] Merge branch 'dev-tzy' into wxr6

---
 HDL_ON/Entity/ResponseEntity/CityInfo.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/Entity/ResponseEntity/CityInfo.cs b/HDL_ON/Entity/ResponseEntity/CityInfo.cs
index 490049e..c6f2a93 100644
--- a/HDL_ON/Entity/ResponseEntity/CityInfo.cs
+++ b/HDL_ON/Entity/ResponseEntity/CityInfo.cs
@@ -34,7 +34,7 @@
         /// <summary>
         /// 娓╁害
         /// </summary>
-        public string temperature = "--掳";
+        public string temperature = "--";
         /// <summary>
         /// 婀垮害
         /// </summary>
@@ -57,7 +57,7 @@
         public string windDir;
         //"UpdateTime": "0001-01-01T00:00:00",
         public string aqi;
-        public string air_Quality;
+        public string air_Quality = "--";
         public string pm10;
         public string pm25 = "--";
         public string no2;

--
Gitblit v1.8.0