refactor: 修改文章评论及文章回收站

This commit is contained in:
2025-01-20 17:52:15 +08:00
parent cf1299af28
commit a64379f188
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ class ArticleLeaveMessage
'created_at',
'lang_id' => request()->lang_id,
'page/d' => 1,
'size/d' => 20
'size/d' => 10
]);
// 获取文章留言列表

View File

@@ -14,7 +14,7 @@ class ArticleTrash
'title',
'category_id',
'page/d' => 1,
'size/d' => 20
'size/d' => 10
]);
$data = ArticleModel::field([
'id',