kazelee
2025-06-19 0e829f4a5321c10900e1f4130a80f2e8c804a08e
util/HttpHelper.cs
@@ -5,7 +5,7 @@
using System.Net;
using System.Text;
namespace HH.WCS.Mobox3.AnGang.config {
namespace HH.WCS.Mobox3.AnGang.util {
    public class HttpHelper {
        public string WebPost(string url, string postData, string cotentType = "application/json")
        {