Helius
2021-07-19 58c2f5c6be83e0e730593b74f9f8e5616608d417
gc-core/src/main/java/com/xzx/gc/common/request/MyResponseBodyAdvice.java
@@ -49,9 +49,7 @@
            String authKey = serverHttpRequest.getHeaders().get("authKey").get(0);
            String s = JSONUtil.toJsonStr(body);
            if (!url.contains("/admin")) {
                log.info("这是进入了body");
                Object versionService = SpringUtil.getBean("versionService");
                log.info("这是进入了body:{}", versionService);
                VersionInfo versionInfo = ReflectUtil.invoke(versionService, "find");
                JSONObject jsonObject = JSONUtil.parseObj(s);
                if (versionInfo != null) {