wxr
2023-07-31 aa46d42a2acc854834a4644ce2867ac662e25c55
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