1
This commit is contained in:
@@ -330,7 +330,7 @@ const (
|
||||
WaybillStatusAcceptCanceled = 8 // 取消运单
|
||||
WaybillStatusAccepted = 10 // 分配骑手,正在接单
|
||||
WaybillStatusCourierAssigned = 12 // 已分配骑手
|
||||
WaybillStatusCourierArrived = 15 // 此状态是可选的,明确写出来是因为还是较重要的状态,但业务逻辑不应依赖此状态
|
||||
WaybillStatusCourierArrived = 15 // 此状态是可选的,明确写出来是因为还是较重要的状态,但业务逻辑不应依赖此状态 (到店)
|
||||
|
||||
WaybillStatusApplyFailedGetGoods = 17 // 取货失败待审核
|
||||
WaybillStatusAgreeFailedGetGoods = 18 // 取货失败
|
||||
|
||||
Reference in New Issue
Block a user