Browse Source

推送交易带上机具号

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

+ 1 - 1
Util/PosPushDataNewHelper.cs

@@ -52,7 +52,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.MchtNo); //商户号
                 dataContent.Add("request_id", trade.OrderNo); //流水号
                 dataContent.Add("trade_amount", TradeAmount); //交易金额