投诉
This commit is contained in:
@@ -65,6 +65,8 @@ type IPurchasePlatformOrderHandler interface {
|
||||
GetSelfTakeCode(ctx *jxcontext.Context, order *model.GoodsOrder) (code string, err error)
|
||||
ConfirmSelfTake(ctx *jxcontext.Context, order *model.GoodsOrder, selfTakeCode string) (err error)
|
||||
GetOrderAfsInfo(ctx *jxcontext.Context, vendorOrderID, afsOrderID string) (orderAfsInfo *OrderAfsInfo, err error)
|
||||
//投诉骑手
|
||||
ComplaintRider(vendorOrderId string, resonID int, resonContent string) (err error)
|
||||
}
|
||||
|
||||
type IAddWaybillTip interface {
|
||||
|
||||
Reference in New Issue
Block a user