From 820fd0c33ad960bacc855c4fffbbb86ecb8f309b Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 23 三月 2021 15:42:20 +0800 Subject: [PATCH] 2021-03-23 1.问题修复 --- Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs b/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs index 5d79482..ef699e5 100644 --- a/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs +++ b/Crabtree/SmartHome/HDL/Common/HttpUtil/HttpUtil.cs @@ -56,7 +56,7 @@ /// 鍥哄畾鍩熷悕,姝e紡鐜 /// 鍏叡鍩熷悕灏辫繎瑙f瀽 /// </summary> - public const string GlobalRequestHttpsHost = "bahrain-gateway.hdlcontrol.com"; + public const string GlobalRequestHttpsHost = "https://bahrain-gateway.hdlcontrol.com"; /// <summary> /// /// </summary> -- Gitblit v1.8.0