From 6d55af8792cf8fbef0055e677b900fc352dba9a2 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 04 六月 2020 15:17:14 +0800 Subject: [PATCH] 2020-06-04 1.更新。 --- SmartHome/SmartHome/UI/SimpleControl/MainPage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SmartHome/SmartHome/UI/SimpleControl/MainPage.cs b/SmartHome/SmartHome/UI/SimpleControl/MainPage.cs index 9a84137..f76c0e7 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 = "202006011"; + public static string CodeIDString = "202006021"; #else - public static string CodeIDString = "2.506011"; + public static string CodeIDString = "2.506021"; #endif public static UserInfo LoginUser; public static string RequestSource = "1"; //0:Zigbee銆�1:HdlOn銆�2:GraphicsMonitor銆�3:BusproSoft銆�4:AgentWeb -- Gitblit v1.8.0