瀏覽代碼

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

lcl 10 月之前
父節點
當前提交
8494f628ca
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      .DS_Store
  2. 1 1
      AppStart/Helper/PosPushDataNewHelper.cs

二進制
.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);
                 }