From 88881223a667c03402df0b73fa07d9fbe9e1892d Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 15 May 2024 16:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skycrane/sku.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/skycrane/sku.go b/skycrane/sku.go index 9360a7d..c97ddfd 100644 --- a/skycrane/sku.go +++ b/skycrane/sku.go @@ -43,7 +43,6 @@ type SkuItem struct { Status int64 `json:"status"` CreatedAt int64 `json:"createdAt"` UpdatedAt int64 `json:"updatedAt"` - MateSkuId int64 `json:"mateSkuId"` MateBrandId int64 `json:"mateBrandId"` MateCategoryId int64 `json:"mateCategoryId"` } @@ -119,7 +118,6 @@ type ReplySkuInfo struct { Height decimal.Decimal `json:"height"` CreatedAt int64 `json:"createdAt"` UpdatedAt int64 `json:"updatedAt"` - MateSkuId int64 `json:"mateSkuId"` MateBrandId int64 `json:"mateBrandId"` MateCategoryId int64 `json:"mateCategoryId"` Content string `json:"content"`