|
@@ -80,7 +80,7 @@ namespace MySystem
|
|
|
if(kind.Contains("好哒扫码通")) brand = 29;
|
|
|
if(kind.Contains("好哒二维码")) brand = 20;
|
|
|
Dictionary<string, object> dataContent = new Dictionary<string, object>();
|
|
|
- // dataContent.Add("pos_sn", trade.SnNo); //机具sn
|
|
|
+ dataContent.Add("pos_sn", trade.SnNo); //机具sn
|
|
|
dataContent.Add("mer_no", trade.TradePayNo); //商户号
|
|
|
dataContent.Add("request_id", trade.OrderNo); //流水号
|
|
|
dataContent.Add("trade_amount", trade.PayMoney); //交易金额
|