From 89dcb50d30b6509b80375db8ce21e3864d3858cf Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 17 Mar 2026 13:46:48 +0800
Subject: [PATCH] refactor(service): 移除订单服务中的 RabbitMQ 消息生产者依赖
---
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