Browse Source

增加配送队列

master v0.2.0
guzeng 3 years ago
parent
commit
6143452988
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      variable.go

+ 3
- 0
variable.go View File

@ -22,6 +22,9 @@ const ORDER_PAYED_QUEUE = "order_payed_queue"
//订单已支付队列,串货服务用
const CHANNEL_ORDER_PAYED_QUEUE = "channel_order_payed_queue"
//订单已支付队列,配送服务用
const DELIVERY_ORDER_PAYED_QUEUE = "delivery_order_payed_queue"
//订单状态更新route key
const ORDER_STATUS_CHANGE_KEY string = "status_change"


Loading…
Cancel
Save