wxr
2023-08-03 1789f33db1b549f0211258d828c551cc33c7c407
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