|
|
@@ -431,6 +431,7 @@ namespace MySystem
|
|
|
FeeRate = "0.60";
|
|
|
FeeAmt = trade.ErrorMsg;
|
|
|
}
|
|
|
+ if(decimal.Parse(FeeRate) > 0.63M) FeeRate = "0.63";
|
|
|
Dictionary<string, object> dataContent = new Dictionary<string, object>();
|
|
|
dataContent.Add("pos_sn", trade.TradeSnNo); //机具sn
|
|
|
dataContent.Add("mer_no", trade.MerNo); //商户号
|