From cd195e83605f60ac51db6e0b4f0fcaeeb200768d Mon Sep 17 00:00:00 2001 From: Tjiny <Tjinyu23@163.com> Date: 星期五, 23 五月 2025 17:21:31 +0800 Subject: [PATCH] 海成入库货位分配逻辑开发 --- HH.WCS.Mobox3.HaiCheng/Util/Helper/HttpHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HH.WCS.Mobox3.HaiCheng/Util/Helper/HttpHelper.cs b/HH.WCS.Mobox3.HaiCheng/Util/Helper/HttpHelper.cs index 7ea8b03..ef367eb 100644 --- a/HH.WCS.Mobox3.HaiCheng/Util/Helper/HttpHelper.cs +++ b/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); -- Gitblit v1.9.1