From b971c9c46e42f96114b602d8fd9632ac7fad7d47 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 23 十二月 2021 13:30:22 +0800
Subject: [PATCH] 2021-12-23  1.调试软件上传新房间列表后,保留以前的房间列表。V2.612231

---
 Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs b/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs
index ef699e5..e6c03af 100644
--- a/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs
+++ b/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs
@@ -72,15 +72,15 @@
         /// 鍥哄畾鍩熷悕,娴嬭瘯澧�
         /// 鍏叡鍩熷悕灏辫繎瑙f瀽
         /// </summary>
-        public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";
+        public const string GlobalRequestHttpsHost = "https://china-gateway.hdlcontrol.com";
         /// <summary>
         /// 
         /// </summary>
-        const string APP_KEY = "HDL-HOME-IND-APP-TEST";
+        const string APP_KEY = "HDL-APP-TENANT";
         /// <summary>
         /// 
         /// </summary>
-        const string SECRET_KEY = "yeJ8TY98vbakCpnvH8G1tDUqzLWY8yts";
+        const string SECRET_KEY = "CeL345bn28gHnvi9G4tYcq3cTYkiiC";
 #endif
 
         /// <summary>

--
Gitblit v1.8.0