FLH vor 4 Wochen
Ursprung
Commit
932300128c
1 geänderte Dateien mit 11 neuen und 2 gelöschten Zeilen
  1. 11 2
      3.Service/XYY.Service.Standard.ChannelApi/PSE/Api.cs

+ 11 - 2
3.Service/XYY.Service.Standard.ChannelApi/PSE/Api.cs

@@ -455,8 +455,17 @@ namespace XYY.Service.Standard.ChannelApi.PSE
                 if (order.CustomerWeight < 453)
                     throw new Exception("下单重量不可小于454克");
             }
-
-            if (trackingChannelId.Contains(channel.Id))
+            int[] noFirstTracking = new int[] {814,
+854,
+855,
+856,
+857,
+858,
+882,
+883,
+906,
+918 };
+            if (trackingChannelId.Contains(channel.Id) || noFirstTracking.Contains(channel.Id))
             {
                 param.orderExtJson = "{\"poZipCode\":\"" + poZipCode + "\",\"partnerEvent\":\"N\"}";
             }