【改进】API文档

This commit is contained in:
MichaelWin
2026-01-22 17:46:11 +08:00
parent 8a0032cfa4
commit b24f647c87

View File

@@ -53,6 +53,7 @@ public class SaTokenConfig implements WebMvcConfigurer {
.excludePathPatterns("/error", "/error/**") .excludePathPatterns("/error", "/error/**")
// 排除校验更新接口 // 排除校验更新接口
.excludePathPatterns("/app_version", "/app_version/checkUpdate") .excludePathPatterns("/app_version", "/app_version/checkUpdate")
// 排除获取最新app接口
.excludePathPatterns("/api/app", "/api/app/getAppVersion") .excludePathPatterns("/api/app", "/api/app/getAppVersion")
// 排除模型接口 // 排除模型接口
.excludePathPatterns("/model/page", "/model/list", "/model/detail/**", "/model/category/**") .excludePathPatterns("/model/page", "/model/list", "/model/detail/**", "/model/category/**")