mac
2023-10-16 5868b389a3544cf14ff65e87b554c07349badd28
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