refactor: 修改视频分类分页接口输出字段
This commit is contained in:
@@ -23,7 +23,7 @@ class VideoCategory
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
$categorys = VideoCategoryModel::withoutField([
|
$categorys = VideoCategoryModel::withoutField([
|
||||||
'languange_id',
|
'language_id',
|
||||||
'created_at',
|
'created_at',
|
||||||
'updated_at'
|
'updated_at'
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user