service = HomeService::getInstance(); } /** * 轮播图列表 * @Method GET * @return JsonResponse * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ public function carousel(): JsonResponse { return jok( $this->service->carousel(), '轮播图列表' ); } }