+ UpdateWaybillTip
This commit is contained in:
@@ -48,3 +48,8 @@ type IPurchasePlatformOrderHandler interface {
|
||||
// // 确认收到退货
|
||||
ConfirmReceivedReturnGoods(ctx *jxcontext.Context, order *model.AfsOrder) (err error)
|
||||
}
|
||||
|
||||
type IUpdateWaybillTip interface {
|
||||
// 添加快递小费,这个不是递增的,最后一次操作会覆盖之前的设置,但只能增加,不能减少,且tipFee只能为100的倍数
|
||||
UpdateWaybillTip(ctx *jxcontext.Context, order *model.GoodsOrder, tipFee int64) (err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user