Эх сурвалжийг харах

盛付通机具费率日志打印

lcl 2 жил өмнө
parent
commit
51b7da514d

+ 2 - 0
AppStart/Helper/SetDepositPostService.cs

@@ -888,7 +888,9 @@ namespace MySystem
             }
             signString = signString.TrimEnd('&');
             req.Add("mac", SftEncrypt(signString));
+            function.WriteLog(Newtonsoft.Json.JsonConvert.SerializeObject(req), "设置盛付通机具费率");
             string result = function.PostWebRequest(SftReqUrl + "batchChangeMerchantFee", Newtonsoft.Json.JsonConvert.SerializeObject(req), "application/json");
+            function.WriteLog(result + "\n\n", "设置盛付通机具费率");
             return result;
         }