diff --git a/jd/sku.go b/jd/sku.go index 88c21a8..92a0ca4 100644 --- a/jd/sku.go +++ b/jd/sku.go @@ -77,6 +77,8 @@ type ReplySkuInfo struct { BrandName string `json:"brandName"` SupplyBrandId uint `json:"supplyBrandId"` Content string `json:"content"` + Tax string `json:"tax"` + Unit string `json:"unit"` Imgs []SkuImg `json:"imgs"` Specifications []SkuSpecification `json:"specifications"` }