浏览代码

支付不需要判断通道

lcl 6 月之前
父节点
当前提交
e145d5343a
共有 1 个文件被更改,包括 3 次插入2 次删除
  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");