lss
2021-04-22 fea52e269bd5ba6a69f421f48d6eaddfb86ad00f
HDL_ON/DAL/Server/HttpUtil.cs
@@ -153,11 +153,13 @@
                {
                    urlHead = OnAppConfig.Instance.RequestHttpsHost;
                }
                //"https://bahrain-gateway.hdlcontrol.com";
                 urlHead="https://china-gateway.hdlcontrol.com";
                string requestFullUrl = urlHead + apiPath;
                ////**************测试**************
               // string requestFullUrl = GlobalRequestHttpsHost + apiPath;
                //string requestFullUrl = GlobalRequestHttpsHost + apiPath;
                ////**************测试**************
                RestClient client = new RestClient(requestFullUrl);