refactor: 修改视频分类分页接口输出字段

This commit is contained in:
2025-02-20 18:00:15 +08:00
parent f800e5cd8b
commit 2aa3af798c

View File

@@ -23,7 +23,7 @@ class VideoCategory
]);
$categorys = VideoCategoryModel::withoutField([
'languange_id',
'language_id',
'created_at',
'updated_at'
])