From f1e1140eec4ded98a4196c38a21a43676769744b Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 19 Jul 2022 17:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0JdSkuStatus=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd/sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/jd/sku.go b/jd/sku.go index 92a0ca4..b4ef845 100644 --- a/jd/sku.go +++ b/jd/sku.go @@ -81,6 +81,7 @@ type ReplySkuInfo struct { Unit string `json:"unit"` Imgs []SkuImg `json:"imgs"` Specifications []SkuSpecification `json:"specifications"` + JdSkuStatus uint `json:"jdSkuStatus"` } type SkuImg struct {