|
@@ -42,6 +42,8 @@ namespace XYY.Service.Standard.ChannelApi.JD
|
|
|
string state = (order.ReceiverCountryCode == "GB" && string.IsNullOrWhiteSpace(order.ReceiverState)) ? order.ReceiverCity : order.ReceiverState;
|
|
|
WaybillDTO waybillDTO = new WaybillDTO();
|
|
|
waybillDTO.customerCode = customerFopCode;
|
|
|
+ waybillDTO.sellerId = sellerId;
|
|
|
+ waybillDTO.storeId = storeId;
|
|
|
waybillDTO.invokeType = "1";
|
|
|
waybillDTO.customerWaybillNo = orderNumber;
|
|
|
waybillDTO.orderCode = order.CustomerOrderNo;
|