1
This commit is contained in:
@@ -23,15 +23,15 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ShipmentStatusCalling = 1 // 骑手呼叫中
|
ShipmentStatusCalling = 1
|
||||||
ShipmentStatusReceived = 2 // 骑手已接单
|
ShipmentStatusReceived = 2
|
||||||
ShipmentStatusArrived = 3 // 骑手已到取货点
|
ShipmentStatusArrived = 3
|
||||||
ShipmentStatusDelivering = 4 // 骑手已取货
|
ShipmentStatusDelivering = 4
|
||||||
ShipmentStatusRejected = 5 // 骑手配送中
|
ShipmentStatusRejected = 5
|
||||||
ShipmentStatusReturning = 6 // 收货人已拒收
|
ShipmentStatusReturning = 6
|
||||||
ShipmentStatusReturned = 7 // 返回中
|
ShipmentStatusReturned = 7
|
||||||
ShipmentStatusDelivered = 8 // 返回完成
|
ShipmentStatusDelivered = 8
|
||||||
ShipmentStatusCanceled = 9 // 订单妥投
|
ShipmentStatusCanceled = 9
|
||||||
)
|
)
|
||||||
|
|
||||||
var ShipmentStatus = map[int64]string{
|
var ShipmentStatus = map[int64]string{
|
||||||
|
|||||||
Reference in New Issue
Block a user