mac
2023-10-12 0726154a7663e206e289e62f3f3fd7da4137a361
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