This commit is contained in:
邹宗楠
2023-05-18 09:02:34 +08:00
parent 2d798aab89
commit 60274cc5e6
4 changed files with 14 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ func (a *API) PreCreateByShopFn(basicParams *PreCreateOrder) (deliveryFee, baseD
if v.IsValid != 1 {
continue
}
deliveryFeeFn = v.ActualDeliveryAmountCent // 优惠后
deliveryFeeFn = v.TotalDeliveryAmountCent // 优惠后 actual_delivery_amount_cent
baseDeliveryFeeFn = v.TotalDeliveryAmountCent // 原始配送费
}