From d81e77e9639c1f20f0e10c969c3e98410327673d Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 16 Dec 2025 16:49:51 +0800
Subject: [PATCH] fix(okxNewPrice): 修复加仓次数计算逻辑

---
 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