kazelee
2025-06-05 edc3e4ffbdb05eec3e65d7b2d6704a9da2ee9591
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")
        {