From 815aa1f65c9430fe23256fb6a9ee0a131274fc0a Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 17 Dec 2025 12:03:45 +0800
Subject: [PATCH] feat(okxWs): 添加队列初始化日志记录功能

---
 src/main/java/com/xcong/excoin/modules/newPrice/OkxNewPriceWebSocketClient.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/newPrice/OkxNewPriceWebSocketClient.java b/src/main/java/com/xcong/excoin/modules/newPrice/OkxNewPriceWebSocketClient.java
index f279e89..94e594d 100644
--- a/src/main/java/com/xcong/excoin/modules/newPrice/OkxNewPriceWebSocketClient.java
+++ b/src/main/java/com/xcong/excoin/modules/newPrice/OkxNewPriceWebSocketClient.java
@@ -81,8 +81,8 @@
         }
         sharedExecutor.shutdownNow();
     }
-    private static final String WS_URL_MONIPAN = "wss://wspap.okx.com:8443/ws/v5/private";
-    private static final String WS_URL_SHIPAN = "wss://ws.okx.com:8443/ws/v5/private";
+    private static final String WS_URL_MONIPAN = "wss://wspap.okx.com:8443/ws/v5/public";
+    private static final String WS_URL_SHIPAN = "wss://ws.okx.com:8443/ws/v5/public";
     private static final boolean isAccountType = true;
 
     /**

--
Gitblit v1.9.1