Administrator
2026-06-09 ae09d21efc6c4ae0802ea9d4af2e419e2e61c2b6
src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/BalanceAndPositionWs.java
@@ -33,6 +33,8 @@
    }
    public static void handleEvent(JSONObject response) {
        log.info("开始执行BalanceAndPositionWs......");
        try {
            JSONArray dataArray = response.getJSONArray("data");
            if (dataArray == null || dataArray.isEmpty()) {