添加美团配送日志打印
This commit is contained in:
@@ -280,6 +280,7 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
|
|||||||
WaybillVendorID: model.VendorIDMTPS,
|
WaybillVendorID: model.VendorIDMTPS,
|
||||||
DesiredFee: utils.Float64TwoInt64(result.DeliveryFee),
|
DesiredFee: utils.Float64TwoInt64(result.DeliveryFee),
|
||||||
}
|
}
|
||||||
|
globals.SugarLogger.Info("输出美团配送费用:=====================", bill.DesiredFee)
|
||||||
// 当前运单总费大于配送阈值15,日志打印提示
|
// 当前运单总费大于配送阈值15,日志打印提示
|
||||||
delivery.OnWaybillCreated(bill)
|
delivery.OnWaybillCreated(bill)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user