|
@@ -184,7 +184,7 @@ namespace XYY.Service.Standard.ChannelApi.ZhongDaHaiWai
|
|
|
orderId = order.SystemNo.Replace("XYY", "").Replace("YQ", ""),
|
|
|
fromAddressId = Convert.ToInt32(channel.ApiSecret.Split(";")[1]),
|
|
|
productName = string.Join(',', goodInfos.Select(x => x.name)),
|
|
|
- sku = string.Join(',', goodInfos.Select(x => x.sku)),
|
|
|
+ sku = "",
|
|
|
weight = order.CustomerWeight,
|
|
|
mailClass = channel.ApiSecret.Split(";")[0],
|
|
|
|