This commit is contained in:
邹宗楠
2021-12-03 17:54:11 +08:00
parent 6f23ea0055
commit d56b915784
5 changed files with 15 additions and 66 deletions

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) // 投递失败后确认收到退货123
ConfirmReceiveGoods(ctx *jxcontext.Context, order *model.GoodsOrder) (err error) // 投递失败后确认收到退货
// 是否可能转商家自送
CanSwitch2SelfDeliver(order *model.GoodsOrder) (isCan bool, err error)