util/HttpHelper.cs @@ -101,7 +101,6 @@ if (stream != null) stream.Close(); if (rsp != null) rsp.Close(); } } public string Post(string url, string postData, string contentType = "application/json", string sessionId = "") {