refactor: 重构 TokenSign -> SaTerminalInfo

This commit is contained in:
click33
2025-03-03 16:09:35 +08:00
parent 42fbb0dde8
commit 25fcd80eb6
25 changed files with 654 additions and 521 deletions

View File

@@ -818,7 +818,7 @@ public class StpUserUtil {
* @return 当前令牌的登录设备类型
*/
public static String getLoginDevice() {
return stpLogic.getLoginDevice();
return stpLogic.getLoginDeviceType();
}