From 7d5a62f8f23aacc4999450bf4e5bed3c9acd6249 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Thu, 26 Feb 2026 09:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E4=B8=8D?= =?UTF-8?q?=E6=8B=A6=E6=88=AA=E5=B7=A5=E5=8E=82=E6=BF=80=E6=B4=BB=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/corewing/app/config/SaTokenConfig.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/corewing/app/config/SaTokenConfig.java b/src/main/java/com/corewing/app/config/SaTokenConfig.java index a54b143..26d09df 100644 --- a/src/main/java/com/corewing/app/config/SaTokenConfig.java +++ b/src/main/java/com/corewing/app/config/SaTokenConfig.java @@ -59,6 +59,7 @@ public class SaTokenConfig implements WebMvcConfigurer { .excludePathPatterns("/api/app/access_statistics/accumulate") .excludePathPatterns("/api/app/resource_category/**") .excludePathPatterns("/api/app/resource/**") + .excludePathPatterns("/api/app/device/factoryActivation") // 排除模型接口 .excludePathPatterns("/model/page", "/model/list", "/model/detail/**", "/model/category/**") // 排除咨询接口