|
@@ -40,9 +40,6 @@ public class AdminLoginServiceImpl implements AdminLoginService {
|
|
@Resource
|
|
@Resource
|
|
private JwtManager jwtManager;
|
|
private JwtManager jwtManager;
|
|
|
|
|
|
- @Resource
|
|
|
|
- private JsonResult jsonResult;
|
|
|
|
-
|
|
|
|
// token过期时间 单位:s
|
|
// token过期时间 单位:s
|
|
private final Integer token_expires = 30;
|
|
private final Integer token_expires = 30;
|
|
private final Integer refreshToken_expires = 60;
|
|
private final Integer refreshToken_expires = 60;
|