eight
2024-11-21 b8ed4828e4d798111d36fc58ebb718ebe62359b9
jh-module-system/jh-module-system-biz/src/main/java/cn/lihu/jh/module/system/api/oauth2/OAuth2TokenApiImpl.java
@@ -9,6 +9,7 @@
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
/**
 * OAuth2.0 Token API 实现类
@@ -46,4 +47,9 @@
        return BeanUtils.toBean(accessTokenDO, OAuth2AccessTokenRespDTO.class);
    }
    @Override
    public void tick(List<Long> userIdList) {
        oauth2TokenService.tick(userIdList);
    }
}