refactor: 修改文章评论及文章回收站
This commit is contained in:
@@ -19,7 +19,7 @@ class ArticleLeaveMessage
|
|||||||
'created_at',
|
'created_at',
|
||||||
'lang_id' => request()->lang_id,
|
'lang_id' => request()->lang_id,
|
||||||
'page/d' => 1,
|
'page/d' => 1,
|
||||||
'size/d' => 20
|
'size/d' => 10
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// 获取文章留言列表
|
// 获取文章留言列表
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class ArticleTrash
|
|||||||
'title',
|
'title',
|
||||||
'category_id',
|
'category_id',
|
||||||
'page/d' => 1,
|
'page/d' => 1,
|
||||||
'size/d' => 20
|
'size/d' => 10
|
||||||
]);
|
]);
|
||||||
$data = ArticleModel::field([
|
$data = ArticleModel::field([
|
||||||
'id',
|
'id',
|
||||||
|
|||||||
Reference in New Issue
Block a user