From f27c8b3899b5db7775f8cbd2e310ba361a4fe1d2 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 02 Feb 2026 10:20:43 +0800
Subject: [PATCH] fix(ai): 更新默认公司ID配置
---
src/main/resources/static/febs/quant/okxWebsocketChannels.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/static/febs/quant/okxWebsocketChannels.html b/src/main/resources/static/febs/quant/okxWebsocketChannels.html
index 3a8a41d..2833347 100644
--- a/src/main/resources/static/febs/quant/okxWebsocketChannels.html
+++ b/src/main/resources/static/febs/quant/okxWebsocketChannels.html
@@ -118,9 +118,9 @@
// 存储各频道的URL
const urls = {
demo: {
- public: 'wss://wspap.okx.com:8443/ws/v5/public',
- private: 'wss://wspap.okx.com:8443/ws/v5/private',
- business: 'wss://wspap.okx.com:8443/ws/v5/business'
+ public: 'wss://hkbiws.bjgok.com/ws/v5/public',
+ private: 'wss://hkbiws.bjgok.com/ws/v5/private',
+ business: 'wss://hkbiws.bjgok.com/ws/v5/business'
},
live: {
public: 'wss://ws.okx.com:8443/ws/v5/public',
--
Gitblit v1.9.1