Browse Source

支付不需要判断通道

lcl 6 months ago
parent
commit
e145d5343a
1 changed files with 3 additions and 2 deletions
  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");