From 533ce943ffc1049c6cdfa3e6308db482edf3bf07 Mon Sep 17 00:00:00 2001 From: guzeng Date: Mon, 4 Oct 2021 10:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=80=A1=E4=BA=9A=E9=80=9A?= =?UTF-8?q?=E9=98=9F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- const_v2.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/const_v2.go b/const_v2.go index 86f5c9a..8e2ac93 100644 --- a/const_v2.go +++ b/const_v2.go @@ -16,3 +16,6 @@ const ORDER_PAYED_KEY_V2 string = "payed_v2" //订单已支付队列,订单服务用 const ORDER_PAYED_QUEUE_V2 = "order_payed_queue_v2" + +//怡亚通订单已支付队列,怡亚通订单服务用 +const ORDER_PAYED_QUEUE_V2_380STAR = "order_payed_queue_v2_380star"