This commit is contained in:
suyl
2021-07-16 10:34:18 +08:00
parent 89f9dd5b6e
commit 14ec99a8be
9 changed files with 45 additions and 3 deletions

View File

@@ -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 {