- 京东售后单基本处理完成

This commit is contained in:
gazebo
2019-05-10 12:09:35 +08:00
parent a9cb391c51
commit 5af086fe25
6 changed files with 67 additions and 16 deletions

View File

@@ -40,4 +40,8 @@ type IScheduler interface {
// 以下是运单
OnWaybillStatusChanged(bill *model.Waybill, isPending bool) (err error)
// 以下是售后单
OnAfsOrderNew(order *model.AfsOrder, isPending bool) (err error)
OnAfsOrderStatusChanged(order *model.AfsOrder, status *model.OrderStatus, isPending bool) (err error)
}