提交修改 下一步进行机构用户登录改造

This commit is contained in:
LEED
2025-05-28 17:17:20 +08:00
parent 9fccd0bb43
commit 3bac43403b
7 changed files with 127 additions and 7 deletions

View File

@@ -119,6 +119,7 @@ public class SysLoginService {
return tokenService.createToken(loginUser);
}
/**
* 第三方验证后,调用登录方法
*
@@ -233,4 +234,6 @@ public class SysLoginService {
// 生成token
return tokenService.createToken(loginUser);
}
}