feat : rank

This commit is contained in:
2025-04-09 16:41:17 +08:00
parent 4ecb5d2084
commit 85112d1083
3 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ namespace App\Controller\Admin;
use App\Controller\AbstractController;
use App\Middleware\Admin\JwtAuthMiddleware;
use App\Service\Admin\BannerService;
use App\Service\Admin\System\BannerService;
use Exception;
use Hyperf\HttpServer\Annotation\Controller;
use Hyperf\HttpServer\Annotation\Middlewares;