修改:

1.放行爬大哥登录接口
2.添加 redis 持久化登录 token
3.修改排序名称字段注解信息
4.修改筛选大哥控制类方法名
This commit is contained in:
2025-06-25 21:55:49 +08:00
parent 43ddab223c
commit 273db0b8a1
7 changed files with 30 additions and 9 deletions

View File

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