From f86c8b5dcf5c84386745b009fc4115fa9db3b76d Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 05 六月 2020 16:45:44 +0800
Subject: [PATCH] 2020-06-05 1.修复消息报警页面,调用清空消息接口失败问题。

---
 SmartHome/SmartHome/UI/SimpleControl/MainPage.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/SmartHome/SmartHome/UI/SimpleControl/MainPage.cs b/SmartHome/SmartHome/UI/SimpleControl/MainPage.cs
index f76c0e7..1307ee2 100644
--- a/SmartHome/SmartHome/UI/SimpleControl/MainPage.cs
+++ b/SmartHome/SmartHome/UI/SimpleControl/MainPage.cs
@@ -48,9 +48,9 @@
         public static string sendTime = "";
         public static string recTime = "";
 #if wallon
-        public static string CodeIDString = "202006021";
+        public static string CodeIDString = "202006051";
 #else
-        public static string CodeIDString = "2.506021";
+        public static string CodeIDString = "2.506051";
 #endif
         public static UserInfo LoginUser;
         public static string RequestSource = "1"; //0:Zigbee銆�1:HdlOn銆�2:GraphicsMonitor銆�3:BusproSoft銆�4:AgentWeb
@@ -318,6 +318,8 @@
 
         public static bool checeInternet ()
         {
+            return true;
+
             byte [] bytes = null;
             var dateTime = DateTime.Now;
             System.Threading.Tasks.Task.Run (() => {

--
Gitblit v1.8.0