fix : member list

This commit is contained in:
2025-03-31 14:17:32 +08:00
parent 2cd27b240c
commit 31220552fe
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
namespace App\Controller\Admin;
use App\Controller\AbstractController;
use App\Middleware\Api\JwtAuthMiddleware;
use App\Middleware\Admin\JwtAuthMiddleware;
use App\Request\Admin\MemberRequest;
use App\Service\Admin\User\MemberService;
use Hyperf\HttpServer\Annotation\Controller;