Tjiny
2025-05-23 cd195e83605f60ac51db6e0b4f0fcaeeb200768d
HH.WCS.Mobox3.HaiCheng/Util/Helper/HttpHelper.cs
@@ -5,7 +5,7 @@
using System.Net;
using System.Text;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper {
namespace HH.WCS.Mobox3.Template.Util.Helper {
    public class HttpHelper {
        public string WebPost(string url, string postData, string cotentType = "application/json") {
            Console.WriteLine(url);