Browse Source

推送额外数据统一用ext_field字段

lcl 5 months ago
parent
commit
8494f628ca
2 changed files with 1 additions and 1 deletions
  1. BIN
      .DS_Store
  2. 1 1
      AppStart/Helper/PosPushDataNewHelper.cs

BIN
.DS_Store


+ 1 - 1
AppStart/Helper/PosPushDataNewHelper.cs

@@ -377,7 +377,7 @@ namespace MySystem
                 {
                     dataContent.Add("is_first", 1);
                 }
-                if(trade.ProductType == "23")
+                if(trade.ProductType == "23" || trade.ProductType == "24" || trade.ProductType == "25" || trade.ProductType == "26" || trade.ProductType == "32")
                 {
                     dataContent.Add("ext_field", trade.ChannelSerial);
                 }