1
This commit is contained in:
@@ -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 // 原始配送费
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user