From e0da109389f79485a23891fd97f57de143336a77 Mon Sep 17 00:00:00 2001 From: guzeng Date: Thu, 15 Apr 2021 23:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B8=E9=94=80=E9=98=9F?= =?UTF-8?q?=E5=88=97key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variable.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variable.go b/variable.go index 10aaa3b..ce5885b 100644 --- a/variable.go +++ b/variable.go @@ -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"