pull/5/head
wanghousheng 4 months ago
parent 7a252aec0a
commit 804ed52d81
  1. 2
      app/api/controller/Article.php

@ -38,6 +38,8 @@ class Article extends Controller
$model = new ArticleModel; $model = new ArticleModel;
$title = (string)$this->request->param('title'); $title = (string)$this->request->param('title');
$list = $model->getList($categoryId, 15, $title); $list = $model->getList($categoryId, 15, $title);
return $this->renderSuccess(compact('list')); return $this->renderSuccess(compact('list'));
} }

Loading…
Cancel
Save