src/main/java/com/xcong/excoin/modules/okxNewPrice/gridWs/OkxPositionsChannelHandler.java
@@ -45,6 +45,14 @@ } @Override public void onSubscribed() { log.info("[OKX-WS] {} 订阅确认", CHANNEL_NAME); if (gridTradeService != null) { gridTradeService.onSubscriptionConfirmed(CHANNEL_NAME); } } @Override public void unsubscribe(WebSocketClient ws) { JSONObject msg = new JSONObject(); JSONObject arg = new JSONObject();