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