Browse Source

增加核销队列key

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

+ 6
- 0
variable.go View File

@ -88,6 +88,12 @@ const ORDER_ADD_KEY = "add"
//订单等待创建队列,订单服务用
const ORDER_ADD_QUEUE = "order_add_queue"
//订单核销key
const ORDER_VERIFY_KEY = "verify"
//订单核销打印队列,打印服务用
const PRINT_ORDER_VERIFY_QUEUE = "print_order_verify_queue"
//订单延迟队列路由
const ORDER_DELAY_EXCHANGE string = "ex_order_delay"


Loading…
Cancel
Save