This commit is contained in:
邹宗楠
2024-01-22 14:37:31 +08:00
parent 0b486891e0
commit c82db73cc1
7 changed files with 32 additions and 10 deletions

View File

@@ -796,7 +796,7 @@ func (c *PurchaseHandler) ConfirmSelfTake(ctx *jxcontext.Context, order *model.G
}
func (c *PurchaseHandler) ComplaintRider(vendorOrderId string, resonID int, resonContent string) (err error) {
return fmt.Errorf("饿了么暂无投诉骑手API")
return fmt.Errorf("饿了么暂无投诉骑手,请联系饿了么客服")
}
// 转自配送时取消非专送混合送门店取消理由

View File

@@ -311,7 +311,7 @@ func (c *PurchaseHandler) ListOrders(ctx *jxcontext.Context, vendorOrgCode strin
}
func (c *PurchaseHandler) ComplaintRider(vendorOrderId string, resonID int, resonContent string) (err error) {
return err
return fmt.Errorf("暂无投诉渠道,请致电京东客服")
}
// 转自配送时取消非专送混合送门店取消理由

View File

@@ -990,7 +990,7 @@ func (c *PurchaseHandler) ConfirmSelfTake(ctx *jxcontext.Context, order *model.G
}
func (c *PurchaseHandler) ComplaintRider(vendorOrderId string, resonID int, resonContent string) (err error) {
return fmt.Errorf("抖店暂不提供投诉骑手API")
return fmt.Errorf("抖店暂不提供投诉骑手API,联系客服")
}
// GetCancelDeliveryReason 转自配送时取消非专送混合送门店取消理由