Administrator
2025-12-10 9fbd379d11c91d71dd6c4fe869ab6c51e1b2d09b
src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/PositionsWs.java
@@ -44,6 +44,9 @@
    }
    public static void handleEvent(JSONObject response, RedisUtils redisUtils) {
        log.info("开始执行PositionsWs......");
        try {
            JSONArray dataArray = response.getJSONArray("data");
            if (dataArray == null || dataArray.isEmpty()) {