Administrator
2025-12-10 ba8bc5ca538ff76629b4bba855901b35fc6cd63d
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()) {