wxr
2023-09-26 0abce7f2d672aa934dd0c2ff278638de590f10d8
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