Jelajahi Sumber

支付不需要判断通道

lcl 6 bulan lalu
induk
melakukan
e145d5343a
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      Util/HaoDa/HaoDaHelper.cs

+ 3 - 2
Util/HaoDa/HaoDaHelper.cs

@@ -458,8 +458,9 @@ namespace MySystem
 
         public Dictionary<string, string> GetHeader(string req, int BrandId = 0)
         {
-            var BoxAppSecret = HaodaParam.BoxAppSecret;
-            if (BrandId == 1) BoxAppSecret = HaodaUnionParam.BoxAppSecret;
+            // var BoxAppSecret = HaodaParam.BoxAppSecret;
+            // if (BrandId == 1) BoxAppSecret = HaodaUnionParam.BoxAppSecret;
+            BoxAppSecret = HaodaUnionParam.BoxAppSecret;
 
             Dictionary<string, string> headdic = new Dictionary<string, string>();
             string timestamp = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");