group(function () { // 认证相关 Route::post('/logout', [AuthController::class, 'logout']); Route::get('/me', [AuthController::class, 'me']); });