kazelee
2025-06-03 9e40412e6d20f07c1d98ceae5214093b50e2fb88
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")
        {