This commit is contained in:
邹宗楠
2022-08-29 16:16:58 +08:00
parent c416f22576
commit db533c28a3
11 changed files with 56 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ type IPurchasePlatformOrderHandler interface {
GetCancelDeliveryReason(order *model.GoodsOrder) (string, error)
// 取消美团外卖理由转使用三方配送
CancelLogisticsByWmOrderId(order *model.GoodsOrder, reasonCode, detailContent, appPoiCode, orderId string) error
OrderLogisticsStatus(orderId int64) (int64, error)
// 完全自送的门店表示配送完成
SelfDeliverDelivered(order *model.GoodsOrder, userName string) (err error)