From 65b1572e1943e1604d7e59284d7b917554ca24a7 Mon Sep 17 00:00:00 2001
From: aijinhui <aijinhui>
Date: 星期四, 12 十月 2023 09:38:39 +0800
Subject: [PATCH] mq测试

---
 ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java b/ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java
index 5d35ed4..5a2b3e6 100644
--- a/ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java
+++ b/ard-work/src/main/java/com/ruoyi/utils/websocket/util/WebSocketUtils.java
@@ -13,7 +13,7 @@
 
 /**
  * @ClassName WebSocketUtils
- * @Description:
+ * @Description: websocket宸ュ叿绫�
  * @Author 鍒樿嫃涔�
  * @Date 2023/1/27 7:46
  * @Version 1.0
@@ -38,7 +38,7 @@
         }
         synchronized(session) {
             try {
-                log.info("鍙戦�佹秷鎭細"+message);
+                log.debug("鍙戦�佹秷鎭細"+message);
                 session.getBasicRemote().sendText(message);
             } catch (IOException e) {
                 log.error("sendMessage IOException ",e);

--
Gitblit v1.9.3