wxr
2024-10-28 ae95e3f4b9cbc1e7be2773068e28e2ac911c48c4
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);