fix: openapi 文章详情取消author,source字段输出

This commit is contained in:
2025-07-05 14:41:32 +08:00
parent d90acae078
commit 3117a5b047

View File

@@ -66,6 +66,8 @@ class Article
]) ])
->withoutField([ ->withoutField([
'language_id', 'language_id',
'author',
'source',
'seo_title', 'seo_title',
'seo_keywords', 'seo_keywords',
'seo_desc', 'seo_desc',