1
luodangjia
2025-01-20 36ac4f06555ecf46521038b58aff35e5dc24e24f
ruoyi-common/ruoyi-common-security/src/main/java/com/ruoyi/common/security/service/TokenService.java
@@ -43,7 +43,7 @@
    private final static Long MILLIS_MINUTE_TEN = CacheConstants.REFRESH_TIME * MILLIS_MINUTE;
    /**
     * 创建令牌
     * 创建令牌1
     */
    public Map<String, Object> createToken(LoginUser loginUser)
    {