From 28af8fe24b23a958d365e40789dcf061e45056ad Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 22 九月 2023 11:25:16 +0800 Subject: [PATCH] 删除专线 --- OnPro/HDL_ON/DAL/Server/HttpUtil.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/OnPro/HDL_ON/DAL/Server/HttpUtil.cs b/OnPro/HDL_ON/DAL/Server/HttpUtil.cs index 3b93a4b..0eb6d1e 100644 --- a/OnPro/HDL_ON/DAL/Server/HttpUtil.cs +++ b/OnPro/HDL_ON/DAL/Server/HttpUtil.cs @@ -18,7 +18,7 @@ /// 鍥哄畾鍩熷悕,姝e紡鐜 /// 鍏叡鍩熷悕灏辫繎瑙f瀽 /// </summary> - public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; + public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";//"https://china-gateway.hdlcontrol.com"; //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; const string APP_KEY = "CWNHXZKB"; const string SECRET_KEY = "CWNHXZKRCWNHXZLH"; -- Gitblit v1.8.0