pengmn
2025-05-30 cd40ada4efe0d0a4036714cf597ce170b8cf5a54
HH.WCS.Mobox3.HangYang/util/HttpHelper.cs
@@ -55,7 +55,7 @@
        #endregion
        #region WebHelper
        public string WebPost(string url, string postData, string cotentType = "application/json")
        public string WebHttpPost(string url, string postData, string cotentType = "application/json")
        {
            Console.WriteLine(url);
            WebRequest request = WebRequest.Create(url);