fnps
This commit is contained in:
@@ -105,6 +105,12 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
|
|||||||
ItemActualPrice: jxutils.IntPrice2Standard(v.SalePrice),
|
ItemActualPrice: jxutils.IntPrice2Standard(v.SalePrice),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
params.ItemsJSON = skuInfo
|
||||||
|
//要求饿百的订单要传来源
|
||||||
|
if order.VendorID == model.VendorIDEBAI {
|
||||||
|
params.OrderSource = "109"
|
||||||
|
params.ChannelOrderCode = order.VendorOrderID
|
||||||
|
}
|
||||||
err = api.FnAPI.CreateOrder(params)
|
err = api.FnAPI.CreateOrder(params)
|
||||||
}
|
}
|
||||||
return bill, err
|
return bill, err
|
||||||
|
|||||||
Reference in New Issue
Block a user