lcl 5 months ago
parent
commit
c9f8cd16e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Controllers/HomeController.cs

+ 2 - 2
Controllers/HomeController.cs

@@ -70,8 +70,8 @@ namespace MySystem.Controllers
             // {"existsFlag":"1","feeList":[{"feeCalcType":"M1","fixed":"0","rate":"0.24"},{"feeCalcType":"M2","fixed":"0","rate":"0.24"},{"feeCalcType":"M3","fixed":"0","rate":"0.38"},{"feeCalcType":"M4","fixed":"0","rate":"2.63"},{"feeCalcType":"M5","fixed":"0","rate":"0.63"},{"feeCalcType":"M7","fixed":"0"},{"feeCalcType":"M8","fixed":"0"},{"feeCalcType":"M9","fixed":"0"},{"feeCalcType":"T0","fixed":"1","rate":"300"}],"merchNo":"N00000D0022G499","ret_code":"00","ret_msg":"请求成功"}
 
             // return PublicImportDataService.Instance.SetLiSWeFee("WME52S0151221", "N00000C05U77807", "0.63", "300");
-            // return PublicImportDataService.Instance.LkbSetDeposit("00003102702301319425328", 0);
-            return PublicImportDataService.Instance.LkbSetFee("00000302QRNL20019214", 0.63M, 300);
+            return PublicImportDataService.Instance.LkbSetDeposit("00000102233PBEJG5408", 0);
+            // return PublicImportDataService.Instance.LkbSetFee("00000302QRNL20019214", 0.63M, 300);
         }   
     
     }