【新增】公开资源接口

This commit is contained in:
MichaelWin
2026-02-05 17:58:16 +08:00
parent a76d954979
commit 740a343863

View File

@@ -57,6 +57,8 @@ public class SaTokenConfig implements WebMvcConfigurer {
.excludePathPatterns("/api/app", "/api/app/getAppVersion") .excludePathPatterns("/api/app", "/api/app/getAppVersion")
.excludePathPatterns("/api/website/**") .excludePathPatterns("/api/website/**")
.excludePathPatterns("/api/app/access_statistics/accumulate") .excludePathPatterns("/api/app/access_statistics/accumulate")
.excludePathPatterns("/api/app/resource_category/**")
.excludePathPatterns("/api/app/resource/**")
// 排除模型接口 // 排除模型接口
.excludePathPatterns("/model/page", "/model/list", "/model/detail/**", "/model/category/**") .excludePathPatterns("/model/page", "/model/list", "/model/detail/**", "/model/category/**")
// 排除咨询接口 // 排除咨询接口