mac
2023-09-18 66309ddf933ab4ca512d503089cda5f644141bcd
HDL_ON/DAL/Server/HttpUtil.cs
@@ -155,7 +155,7 @@
            if(MainPage.NoLoginMode)
            {
                return new ResponsePackNew() { Code = "0" };
                return new ResponsePackNew() { Code = "0" ,Data = "" };
            }
            #region HttpWebRequest
            try