declare(strict_types=1); use think\facade\Route; // API路由 // 路由前缀: /api/ // // 如果需要登录请添加认证中间件auth // ->middleware(['auth'])