pull/5/head
wanghousheng 4 months ago
parent 804ed52d81
commit 54bd83ecfc
  1. 2
      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'));
}

Loading…
Cancel
Save