修改美团配送价格

This commit is contained in:
邹宗楠
2022-02-25 15:24:34 +08:00
parent 982e1d309f
commit 16637d25c9
5 changed files with 15 additions and 2 deletions

View File

@@ -270,8 +270,7 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
VendorWaybillID: result.MtPeisongID,
VendorWaybillID2: utils.Int64ToStr(result.DeliveryID),
WaybillVendorID: model.VendorIDMTPS,
// todo
DesiredFee: int64(result.DeliveryFee * 100), // todo deliveryFee,
DesiredFee: int64(result.DeliveryFee * 100),
}
// 当前运单总费大于配送阈值15日志打印提示
delivery.OnWaybillCreated(bill)