From 6143452988a70898c846d7f52602d9e5cf7709ef Mon Sep 17 00:00:00 2001 From: guzeng Date: Sat, 13 Mar 2021 10:56:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E9=80=81=E9=98=9F?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variable.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/variable.go b/variable.go index e71036a..e129854 100644 --- a/variable.go +++ b/variable.go @@ -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"