1
This commit is contained in:
@@ -65,8 +65,8 @@ const MAXHandleCount = 20 // 批量处理一次最大数据量
|
||||
|
||||
// 订单状态通知
|
||||
const (
|
||||
OrderStatusNew = "ACCEPTED" // 商户接单
|
||||
OrderStatusPayFinsh = "PAID" // 订单支付完成
|
||||
OrderStatusNew = "ACCEPTED" // 商户接单
|
||||
OrderStatusPickedUp = "PICKED" // 拣货完成
|
||||
OrderStatusCallRider = "PACKAGED" // 打包出库(呼叫骑手,骑手到店,骑手取货)
|
||||
OrderStatusDelivery = "SHIPPING" // 配送中
|
||||
|
||||
Reference in New Issue
Block a user