['bindToken', 'bindExportToken', 'checkLogin']], function () { Route::group(['prefix' => 'book'], function () { }); }); Route::group(['prefix' => 'deepseek'], function () { Route::post('chatWithReasoner', [DeepSeekController::class, 'chatWithReasoner']); }); Route::get('login', [AccountController::class, 'login']); // 登录 Route::get('logout', [AccountController::class, 'logout']); // 退出