Browse Source

增加打印队列

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

+ 3
- 0
variable.go View File

@ -25,6 +25,9 @@ const CHANNEL_ORDER_PAYED_QUEUE = "channel_order_payed_queue"
//订单已支付队列,配送服务用 //订单已支付队列,配送服务用
const DELIVERY_ORDER_PAYED_QUEUE = "delivery_order_payed_queue" const DELIVERY_ORDER_PAYED_QUEUE = "delivery_order_payed_queue"
//订单已支付队列,打印服务用
const PRINT_ORDER_PAYED_QUEUE = "print_order_payed_queue"
//订单状态更新route key //订单状态更新route key
const ORDER_STATUS_CHANGE_KEY string = "status_change" const ORDER_STATUS_CHANGE_KEY string = "status_change"


Loading…
Cancel
Save