render("plugins.ApiDoc.Document.view"); } /** * 文档数据 * * @return ResponseInterface * @throws \Exception */ #[GetMapping(path: 'doc-data')] public function doc(): ResponseInterface { return Response::json()->success( ApiDocService::aop(false)->get() ); } }