Explorar o código

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

lcl hai 7 meses
pai
achega
7e7a1e9ea9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
                                     string msg = obj["ret_msg"].ToString();
                                 }
                                 }
                             }
                             }
-                            else if(BrandId == 22 && op) //立刷微电签
+                            else if((BrandId == 22 || BrandId == 33) && op) //立刷微电签
                             {
                             {
                                 addRate = addRate * 100;
                                 addRate = addRate * 100;
                                 string content = PublicImportDataService.Instance.SetLiSWeFee(PosSn, MerNo, Fee.ToString("f2"), addRate.ToString());
                                 string content = PublicImportDataService.Instance.SetLiSWeFee(PosSn, MerNo, Fee.ToString("f2"), addRate.ToString());