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);