up niucloud

This commit is contained in:
CQ
2025-08-23 17:10:48 +08:00
parent fd7f31e40a
commit 0022acba80
826 changed files with 2144 additions and 1281 deletions

View File

@@ -27,6 +27,7 @@ class AdminCheckRole
{
$check_role_service = new AuthService();
$check_role_service->checkRole($request);
//处理用户的权限
return $next($request);
}