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

This commit is contained in:
2025-02-20 18:00:15 +08:00
parent b629433954
commit d186e4f6b0

View File

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