京东售后单修改

This commit is contained in:
苏尹岚
2020-06-27 13:48:23 +08:00
parent 9b7c4c9a42
commit 6e07a0a637
4 changed files with 13 additions and 15 deletions

View File

@@ -114,7 +114,7 @@ type IOrderManager interface {
GetOrderWaybillInfo(ctx *jxcontext.Context, vendorOrderID string, vendorID int, isNotEnded, isGetPos bool) (bills []*model.WaybillExt, err error)
ChangeOrderInfo(order *model.GoodsOrder, valid map[string]interface{}) (err error)
ChangeOrderInfo(order *model.GoodsOrder (err error)
// afs order
OnAfsOrderAdjust(afsOrder *model.AfsOrder, orderStatus *model.OrderStatus) (err error)
OnAfsOrderNew(afsOrder *model.AfsOrder, orderStatus *model.OrderStatus) (err error)