浏览代码

盛付通设置费率,可以设置任意费率

lcl 5 月之前
父节点
当前提交
d3a690b930
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AppStart/Helper/SetDepositPostService.cs

+ 1 - 1
AppStart/Helper/SetDepositPostService.cs

@@ -189,7 +189,7 @@ namespace MySystem
                             }
                             else if(BrandId == 7) //盛付通
                             {
-                                if(Kind == 0) Fee = decimal.Parse(function.CheckInt(jsonObj["Fee"].ToString()));
+                                if(Kind == 0) Fee = decimal.Parse(function.CheckNum(jsonObj["Fee"].ToString()));
                                 string content = SetFeeForSft(MerNo, Fee.ToString("f4"), addRate.ToString());
                                 JsonData obj = JsonMapper.ToObject(content);
                                 if(obj["respCode"].ToString() == "00")