From 500130efe30180fe635ba4482e097e848d37c7e3 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 28 五月 2024 09:42:39 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/config/RabbitMqCallPhoneConfig.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/config/RabbitMqCallPhoneConfig.java b/smartor/src/main/java/com/smartor/config/RabbitMqCallPhoneConfig.java
index de3d53a..e36bcd1 100644
--- a/smartor/src/main/java/com/smartor/config/RabbitMqCallPhoneConfig.java
+++ b/smartor/src/main/java/com/smartor/config/RabbitMqCallPhoneConfig.java
@@ -107,7 +107,7 @@
     @Bean
     public void createMq() {
         createRabbitMq("phone_exchange", "ob_queue", "phone.ob1");
-        createRabbitMq("phone_exchange", "phone_queue", "phone.123");
+        createRabbitMq("phone_exchange", "task_queue", "phone.123");
     }
 
 }

--
Gitblit v1.9.3