wxr
2020-12-09 d60b92c58ac09197642eb6dac9b905f0898dacb8
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>
        /// 固定域名
        /// 固定域名,正式环境
        /// </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>