修改:

1.新增检查登录爬大哥客户端登录接口
This commit is contained in:
2025-06-25 18:17:23 +08:00
parent aada30a000
commit 6819b6c1d4
6 changed files with 55 additions and 5 deletions

View File

@@ -20,4 +20,7 @@ public interface SystemUsersService extends IService<SystemUsers> {
boolean checkCrawlRole(Long userId);
boolean checkbigBrotherlRole(Long userId);
}