增加 getStpLogic() 方法

This commit is contained in:
click33 2022-08-18 17:32:08 +08:00
parent a1f9d1f461
commit c07ada067a
2 changed files with 16 additions and 0 deletions

View File

@ -48,6 +48,14 @@ public class StpUserUtil {
// 以便可以通过 SaManager.getStpLogic(type) 的方式来全局获取到这个 StpLogic
SaManager.putStpLogic(newStpLogic);
}
/**
* 获取 StpLogic 对象
* @return /
*/
public static StpLogic getStpLogic() {
return stpLogic;
}
// =================== 获取token 相关 ===================

View File

@ -48,6 +48,14 @@ public class StpUserUtil {
// 以便可以通过 SaManager.getStpLogic(type) 的方式来全局获取到这个 StpLogic
SaManager.putStpLogic(newStpLogic);
}
/**
* 获取 StpLogic 对象
* @return /
*/
public static StpLogic getStpLogic() {
return stpLogic;
}
// =================== 获取token 相关 ===================