Administrator
2025-12-11 87c31b6e2c11a82d92389194e190d6b2eefd939a
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()) {