kazelee
2025-06-30 3512011e94f013955b7b1e2de8558b8861db86b7
util/HttpHelper.cs
@@ -101,9 +101,8 @@
                if (stream != null) stream.Close();
                if (rsp != null) rsp.Close();
            }
        }
        public string Post(string url, string postData, string contentType = "application/json", string sessionId = "") {
            Console.WriteLine(url);
            WebRequest request = WebRequest.Create(url);