1.添加AI聊天工具登录接口

2.删除 xmlsql 无用判断
3.修改 dev配置文件开启 swagger
This commit is contained in:
2025-07-03 15:25:33 +08:00
parent 55e9f3d538
commit 4f7e0e4576
8 changed files with 69 additions and 21 deletions

View File

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