v1.27.1 beta. 细节优化

This commit is contained in:
click33
2021-10-19 20:43:13 +08:00
parent 82591e397f
commit f9ec6e6487
5 changed files with 19 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ public class StpLogicJwtForStateless extends StpLogic {
String tokenValue = SaJwtUtil.createToken(
loginType,
id,
loginModel.getDeviceOrDefalut(),
loginModel.getDeviceOrDefault(),
loginModel.getTimeout(),
jwtSecretKey()
);