From 9e0626c4d9bb63bb22260a1cfde5211e045b8a11 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 27 六月 2022 13:26:06 +0800 Subject: [PATCH] 备份 --- Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs b/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs index ef699e5..a7eb48b 100644 --- a/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs +++ b/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs @@ -57,6 +57,7 @@ /// 鍏叡鍩熷悕灏辫繎瑙f瀽 /// </summary> public const string GlobalRequestHttpsHost = "https://bahrain-gateway.hdlcontrol.com"; + //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; /// <summary> /// /// </summary> @@ -72,15 +73,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