修改:

1.判断登录用户是否允许登录爬虫客户端
This commit is contained in:
2025-06-20 19:22:25 +08:00
parent 440776cfac
commit 10ffc506ae
8 changed files with 118 additions and 65 deletions

View File

@@ -34,7 +34,8 @@ public class SaTokenConfigure implements WebMvcConfigurer {
"/swagger-ui/**",
"/favicon.ico",
// 你的其他放行路径,例如登录接口
"/user/doLogin"
"/user/doLogin",
"/tenant/get-id-by-name"
};
}
}