From f52855aa93377088292cbc8cf1763255badc8269 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 16 七月 2021 09:24:47 +0800 Subject: [PATCH] 2021-07-16 1.增加添加调试人员功能页面. --- 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