fix: openapi 取消产品分类icon,desc字段输出

This commit is contained in:
2025-07-05 14:01:51 +08:00
parent 555996d72e
commit 26b1f21e86

View File

@@ -27,6 +27,8 @@ class ProductCategory
$categories = ProductCategoryModel::withoutField([
'language_id',
'unique_id',
'icon',
'desc',
'related_tco_category',
'created_at',
'updated_at'