pull/1/head
wanghousheng 10 months ago
parent ec45bd0e6c
commit 99fcd882d8
  1. 2
      app/api/model/Article.php

@ -80,7 +80,7 @@ class Article extends ArticleModel
* @return \think\Paginator
* @throws \think\db\exception\DbException
*/
public function getList(int $categoryId = 0, int $limit = 15, string $title): \think\Paginator
public function getList(int $categoryId = 0, int $limit = 15, string $title = ''): \think\Paginator
{
// 检索查询条件
$filter = [];

Loading…
Cancel
Save