Przeglądaj źródła

立刷微智能费率调用微电签接口

lcl 7 miesięcy temu
rodzic
commit
7e7a1e9ea9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      AppStart/Helper/SetDepositPostService.cs

+ 1 - 1
AppStart/Helper/SetDepositPostService.cs

@@ -188,7 +188,7 @@ namespace MySystem
                                     string msg = obj["ret_msg"].ToString();
                                 }
                             }
-                            else if(BrandId == 22 && op) //立刷微电签
+                            else if((BrandId == 22 || BrandId == 33) && op) //立刷微电签
                             {
                                 addRate = addRate * 100;
                                 string content = PublicImportDataService.Instance.SetLiSWeFee(PosSn, MerNo, Fee.ToString("f2"), addRate.ToString());