wxr
2023-08-09 10afb4f79299cae08344fd8245a7217ea49f712e
HDL_ON/DAL/Server/HttpUtil.cs
@@ -154,7 +154,7 @@
            if(MainPage.NoLoginMode)
            {
                return new ResponsePackNew() { Code = "0" };
                return new ResponsePackNew() { Code = "0" ,Data = "" };
            }
            #region HttpWebRequest
            try