From f89dee6393c9feae5862fa37901f02d868e129f0 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Wed, 5 Nov 2025 23:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=89=E6=96=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=8E=B7=E5=8F=96=E6=92=AD=E6=94=BE=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/vmp/web/custom/conf/SignAuthenticationFilter.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/web/custom/conf/SignAuthenticationFilter.java b/src/main/java/com/genersoft/iot/vmp/web/custom/conf/SignAuthenticationFilter.java index 2bd07cd58..b5c4bc06f 100644 --- a/src/main/java/com/genersoft/iot/vmp/web/custom/conf/SignAuthenticationFilter.java +++ b/src/main/java/com/genersoft/iot/vmp/web/custom/conf/SignAuthenticationFilter.java @@ -45,10 +45,10 @@ public class SignAuthenticationFilter extends OncePerRequestFilter { chain.doFilter(request, response); return; } - if (request.getParameter("ccerty") != null) { - chain.doFilter(request, response); - return; - } +// if (request.getParameter("ccerty") != null) { +// chain.doFilter(request, response); +// return; +// } // 设置响应内容类型 response.setContentType("application/json;charset=UTF-8");