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