|
@@ -112,7 +112,7 @@ namespace MySystem
|
|
|
string result = function.PostWebRequest(reqUrl, req, headers, "application/json");
|
|
string result = function.PostWebRequest(reqUrl, req, headers, "application/json");
|
|
|
return result;
|
|
return result;
|
|
|
}
|
|
}
|
|
|
- public string SetFee(string merNo, string sn, decimal addRate, int fee)
|
|
|
|
|
|
|
+ public string SetFee(string merNo, string sn, decimal addRate, int fee = 0)
|
|
|
{
|
|
{
|
|
|
// 2021092711IpAreT 降费特惠…刷卡交易手续费
|
|
// 2021092711IpAreT 降费特惠…刷卡交易手续费
|
|
|
// 2020032508Nu0QCG 刷卡交易手续费
|
|
// 2020032508Nu0QCG 刷卡交易手续费
|