Browse Source

推送交易带上机具号

lcl 2 weeks ago
parent
commit
c842f1c7dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Utils/PosPushDataNewHelper.cs

+ 1 - 1
Utils/PosPushDataNewHelper.cs

@@ -45,7 +45,7 @@ namespace MySystem
                 List<string> BrandIds = new List<string>();
                 decimal TradeAmount = trade.PayMoney;
                 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", mer.SubMchid + "_" + mer.AlipayPid); //商户号
                 dataContent.Add("request_id", trade.OrderNo); //流水号
                 dataContent.Add("trade_amount", TradeAmount); //交易金额