Administrator
2025-12-10 5d02ad9e1e912b7786389db97719f47bf61d2f93
src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/PositionsWs.java
@@ -32,9 +32,6 @@
            args.put("channel", POSITIONSWS_CHANNEL);
            args.put("instType", CoinEnums.INSTTYPE_SWAP.getCode());
            args.put("instId", CoinEnums.HE_YUE.getCode());
            JSONObject updateInterval = new JSONObject();
            updateInterval.put("updateInterval",CoinEnums.UPDATEINTERVAL.getCode());
            args.put("extraParams", updateInterval);
            argsArray.add(args);
            String connId = MallUtils.getOrderNum(POSITIONSWS_CHANNEL);