/** * 列表 * @return ResponseInterface * @throws \Psr\Container\ContainerExceptionInterface * @throws \Psr\Container\NotFoundExceptionInterface */ #[GetMapping("index"), Permission("{INDEX_PERMISSION}")] public function index(): ResponseInterface { return $this->success($this->service->getPageList($this->request->all())); }