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"`