From 83e59f00845beae965ed350abe9946dd67250db4 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Sat, 5 Jul 2025 14:01:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20openapi=20=E5=8F=96=E6=B6=88=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=88=86=E7=B1=BBicon,desc=E5=AD=97=E6=AE=B5=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/openapi/controller/v1/ProductCategory.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/openapi/controller/v1/ProductCategory.php b/app/openapi/controller/v1/ProductCategory.php index 183d7d1e..64865322 100644 --- a/app/openapi/controller/v1/ProductCategory.php +++ b/app/openapi/controller/v1/ProductCategory.php @@ -27,6 +27,8 @@ class ProductCategory $categories = ProductCategoryModel::withoutField([ 'language_id', 'unique_id', + 'icon', + 'desc', 'related_tco_category', 'created_at', 'updated_at'