From 3e7c0a6deda128e639abfa3b8ed9377dbd017526 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 11 十二月 2020 17:47:24 +0800 Subject: [PATCH] 2020-12-11-4 --- HDL_ON/DAL/Server/HttpUtil.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/HDL_ON/DAL/Server/HttpUtil.cs b/HDL_ON/DAL/Server/HttpUtil.cs index e7fa703..1cca265 100644 --- a/HDL_ON/DAL/Server/HttpUtil.cs +++ b/HDL_ON/DAL/Server/HttpUtil.cs @@ -6,7 +6,6 @@ using System.Text; using HDL_ON.Entity; using RestSharp; -using Shared; namespace HDL_ON.DAL.Server { @@ -38,9 +37,9 @@ #endregion /// <summary> - /// 鍥哄畾鍩熷悕 + /// 鍥哄畾鍩熷悕,姝e紡鐜 /// </summary> - //public const string GlobalRequestHttpsHost = "https://center.hdlcontrol.com"; + //public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; /// <summary> -- Gitblit v1.8.0