|
@ -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" |
|
|
|
|
|
|
|
|