This commit is contained in:
邹宗楠
2021-12-03 17:27:19 +08:00
parent 20164be9a0
commit 6f23ea0055

View File

@@ -27,7 +27,7 @@ type IPurchasePlatformOrderHandler interface {
AcceptOrRefuseFailedGetOrder(ctx *jxcontext.Context, order *model.GoodsOrder, isAcceptIt bool) (err error)
CallCourier(ctx *jxcontext.Context, order *model.GoodsOrder) (err error) // 取货失败后再次招唤平台配送
ConfirmReceiveGoods(ctx *jxcontext.Context, order *model.GoodsOrder) (err error) // 投递失败后确认收到退货
ConfirmReceiveGoods(ctx *jxcontext.Context, order *model.GoodsOrder) (err error) // 投递失败后确认收到退货123
// 是否可能转商家自送
CanSwitch2SelfDeliver(order *model.GoodsOrder) (isCan bool, err error)