kazelee
2025-05-21 5ad394cf1708a4629f90f40bfd9b48d9a9f6f0c8
util/HttpHelper.cs
File was renamed from Helpers/HttpHelper.cs
@@ -5,7 +5,7 @@
using System.Net;
using System.Text;
namespace HH.WCS.Mobox3.DSZSH.AppStart {
namespace HH.WCS.Mobox3.DSZSH.util {
    public class HttpHelper {
        public string WebPost(string url, string postData, string cotentType = "application/json")
        {