1
This commit is contained in:
@@ -18,11 +18,12 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
OrderStatusWaitingForSchedule = 0 // 0:待调度
|
||||
OrderStatusAccepted = 20 // 20:已接单
|
||||
OrderStatusPickedUp = 30 // 30:已取货
|
||||
OrderStatusDeliverred = 50 // 50:已送达
|
||||
OrderStatusCanceled = 99 // 99:已取消
|
||||
OrderStatusWaitingForSchedule = 0 // 0:待调度
|
||||
OrderStatusAccepted = 20 // 20:已接单
|
||||
OrderStatusPickedUp = 30 // 30:已取货
|
||||
OrderStatusDeliverred = 50 // 50:已送达
|
||||
OrderStatusCanceled = 99 // 99:已取消
|
||||
OrderStatusFakeToStore = 200 // 自定义假的到店
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user