This commit is contained in:
richboo111
2023-05-29 10:58:24 +08:00
parent 8951b56dc9
commit cf30cd09bc

View File

@@ -184,6 +184,7 @@ func (d DeliveryHandler) GetWaybillFee(order *model.GoodsOrder) (deliveryFeeInfo
UserAddress: order.ConsigneeAddress,
Weight: int64(weight),
ProductType: sfps2.ProductTypeFresh,
ShopType: sfps2.OrderTypeSF,
Shop: &sfps2.SfShopInfo{
ShopName: order.StoreName,
ShopPhone: store.Tel1,