1
pengmn
2025-05-21 89b7003143e756d08f42f26e290f25a5123ce3b6
HH.WCS.Mobox3.HangYang/util/HttpHelper.cs
@@ -16,6 +16,7 @@
            WebRequest request = WebRequest.Create(url);
            request.Method = "POST";
            if (!string.IsNullOrEmpty(AppKey) && !string.IsNullOrEmpty(ReqTime) && !string.IsNullOrEmpty(ReqVerify))
            {
                request.Headers.Set("AppKey", AppKey);