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

@@ -342,3 +342,8 @@ func (c *PurchaseHandler) GetCancelDeliveryReason(order *model.GoodsOrder) (stri
func (c *PurchaseHandler) CancelLogisticsByWmOrderId(order *model.GoodsOrder, reasonCode, detailContent, appPoiCode, orderId string) error {
return nil
}
// 获取订单配送状态
func (c *PurchaseHandler) OrderLogisticsStatus(orderId int64) (int64, error) {
return 0, nil
}