소스 검색

支付不需要判断通道

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");