|
@@ -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\"}";
|
|
|
}
|