From e5358217a46da6fca362dd9c768baf80028d1858 Mon Sep 17 00:00:00 2001 From: sangelxiu1 <15781802@163.com> Date: Fri, 13 Jun 2025 09:35:13 +0800 Subject: [PATCH] =?UTF-8?q?##=20Feat=20-=20=E6=96=B0=E5=A2=9E=E7=A7=92?= =?UTF-8?q?=E7=BB=93=E8=A1=A5=E5=81=BFMQ=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/core/constant/RabbitMqConstants.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bd-common/bd-common-core/src/main/java/com/hzs/common/core/constant/RabbitMqConstants.java b/bd-common/bd-common-core/src/main/java/com/hzs/common/core/constant/RabbitMqConstants.java index 9d630351..4b4b0993 100644 --- a/bd-common/bd-common-core/src/main/java/com/hzs/common/core/constant/RabbitMqConstants.java +++ b/bd-common/bd-common-core/src/main/java/com/hzs/common/core/constant/RabbitMqConstants.java @@ -37,6 +37,21 @@ public class RabbitMqConstants { */ public static final String ORDER_SECOND_KEY = PREFIX + "order.second.key"; + + + /** + * 奖金秒接-激活补偿 exchange + */ + public static final String ORDER_SECOND_ACTIVATE_COMPENSATION_EXCHANGE = PREFIX + "order.second_activate_compensation.exchange"; + /** + * 奖金秒接-激活补偿 queue + */ + public static final String ORDER_SECOND_ACTIVATE_COMPENSATION_QUEUE = PREFIX + "order.second_activate_compensation.queue"; + /** + * 奖金秒接-激活补偿 key + */ + public static final String ORDER_SECOND_ACTIVATE_COMPENSATION_KEY = PREFIX + "order.second_activate_compensation.key"; + /** * 活动 exchange */