修改美团配送价格
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user