修改:
1.判断登录用户是否允许登录爬虫客户端
This commit is contained in:
@@ -17,4 +17,7 @@ public interface SystemUsersService extends IService<SystemUsers> {
|
||||
boolean isExpired(Long tendId);
|
||||
|
||||
Long getTenantExpiredTime(Long tenantId);
|
||||
|
||||
boolean checkCrawlRole(Long userId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user