wxr
2024-10-12 50ad482974a7e838d11360a84e9e8ff3f7974ab2
HDL_ON/DAL/Server/HttpUtil.cs
@@ -174,6 +174,7 @@
                    urlHead = OnAppConfig.Instance.RequestHttpsHost;
                }
                string requestFullUrl = urlHead + apiPath;
                //string requestFullUrl = "https://gateway-hotel-test.hdlcontrol.com" + apiPath;
                RestClient client = new RestClient(requestFullUrl);