|
|
@@ -457,7 +457,10 @@ namespace MySystem
|
|
|
FeeRate = fee["FeeRate"];
|
|
|
FeeAmt = fee["FeeAmt"];
|
|
|
Dictionary<string, object> dataContent = new Dictionary<string, object>();
|
|
|
- dataContent.Add("pos_sn", trade.TradeSnNo); //机具sn
|
|
|
+ if(ProductType != "51")
|
|
|
+ {
|
|
|
+ dataContent.Add("pos_sn", trade.TradeSnNo); //机具sn
|
|
|
+ }
|
|
|
dataContent.Add("mer_no", trade.MerNo); //商户号
|
|
|
dataContent.Add("request_id", trade.TradeSerialNo); //流水号
|
|
|
dataContent.Add("trade_amount", TradeAmount); //交易金额
|