From 27430576677dcc1f42e583efd95c45e1be9013f5 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Wed, 1 Feb 2023 16:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84ca?= =?UTF-8?q?tegory=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beike/Shop/Http/Resources/ProductDetail.php | 1 - 1 file changed, 1 deletion(-) diff --git a/beike/Shop/Http/Resources/ProductDetail.php b/beike/Shop/Http/Resources/ProductDetail.php index b6f57a05..32340a24 100644 --- a/beike/Shop/Http/Resources/ProductDetail.php +++ b/beike/Shop/Http/Resources/ProductDetail.php @@ -48,7 +48,6 @@ class ProductDetail extends JsonResource ]; }, $this->images ?? []), 'attributes' => $attributes, - 'category_id' => $this->category_id ?? null, 'variables' => $this->decodeVariables($this->variables), 'skus' => SkuDetail::collection($this->skus)->jsonSerialize(), 'in_wishlist' => $this->inCurrentWishlist->id ?? 0,