From 56f53785be98a098028391bc624bfac4e42b15e4 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 11 一月 2022 18:05:38 +0800
Subject: [PATCH] 2022-01-11 1.Android目标版本调到30 2.修改版本号

---
 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