Selaa lähdekoodia

调整立刷微电签设置费率接口

lcl 7 kuukautta sitten
vanhempi
commit
b1ecd842c6
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 2 2
      AppStart/Helper/PublicImportDataService.cs
  2. 1 1
      Controllers/HomeController.cs

+ 2 - 2
AppStart/Helper/PublicImportDataService.cs

@@ -550,7 +550,7 @@ namespace MySystem
             Dictionary<string, object> item = new Dictionary<string, object>();
             item.Add("feeCalcType", "M5");
             item.Add("fixed", "0");
-            item.Add("rate", serviceFee);
+            item.Add("rate", serviceRate);
             feeList.Add(item);
             item = new Dictionary<string, object>();
             item.Add("feeCalcType", "T0");
@@ -559,7 +559,7 @@ namespace MySystem
             feeList.Add(item);
             dic.Add("feeList", feeList);
             dic.Add("signMethod", "02");
-            string content = LiSWeAgentId + merchNo + sn + "M50" + serviceFee + "02";
+            string content = LiSWeAgentId + merchNo + sn + "M50" + serviceRate + "T01" + serviceFee + "02";
             string signstr = LiSWeSign(content);
             dic.Add("signData", signstr);
             string req = Newtonsoft.Json.JsonConvert.SerializeObject(dic);

+ 1 - 1
Controllers/HomeController.cs

@@ -69,7 +69,7 @@ namespace MySystem.Controllers
             // return PublicImportDataService.Instance.QueryLiSDeposit("N00000D0022G499", "");
             // {"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.SetLiSFee("N6220Y02172808", "N000M000519V817", "0.56", "300");
+            return PublicImportDataService.Instance.SetLiSWeFee("WME52S0151351", "N00000N01T23039", "0.6", "0");
         }