diff --git a/app/api/controller/Article.php b/app/api/controller/Article.php index 359a7d8b..0c8fc9ab 100644 --- a/app/api/controller/Article.php +++ b/app/api/controller/Article.php @@ -38,8 +38,6 @@ class Article extends Controller $model = new ArticleModel; $title = (string)$this->request->param('title'); $list = $model->getList($categoryId, 15, $title); - - return $this->renderSuccess(compact('list')); }