This commit is contained in:
邹宗楠
2023-10-12 11:28:27 +08:00
parent ef4fc5bbb0
commit f0a4b25bac
3 changed files with 11 additions and 8 deletions

View File

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