wxr
2024-10-18 a40848272e33822f72a7fe0310f079717bf73f23
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);