From 19c6775bc913c5224cb1fbca3a4d05773c4eca8d Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 10 Dec 2025 20:51:26 +0800
Subject: [PATCH] fix(okxWs): 优化订单状态检查逻辑

---
 src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/AccountWs.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/AccountWs.java b/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/AccountWs.java
index bec2d87..0392d0d 100644
--- a/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/AccountWs.java
+++ b/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/AccountWs.java
@@ -53,9 +53,6 @@
             JSONObject args = new JSONObject();
             args.put("channel", ACCOUNTWS_CHANNEL);
             args.put(CCY_KEY, CoinEnums.USDT.getCode());
-            JSONObject updateInterval = new JSONObject();
-            updateInterval.put("updateInterval",CoinEnums.UPDATEINTERVAL.getCode());
-            args.put("extraParams", updateInterval);
             argsArray.add(args);
 
             String connId = MallUtils.getOrderNum(ACCOUNTWS_CHANNEL);

--
Gitblit v1.9.1