From 949eb7173384985888d918b540b10b2aab7808fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 16 Dec 2019 16:54:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=90=8D=E5=AD=97=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BA=AC=E4=B8=9Cupc=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdapi/store_page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/store_page.go b/platformapi/jdapi/store_page.go index f3ca82d6..974eb12c 100644 --- a/platformapi/jdapi/store_page.go +++ b/platformapi/jdapi/store_page.go @@ -233,7 +233,7 @@ type ProductInfo struct { Name string `json:"name"` Img string `json:"img"` ImgList []string `json:"imgList"` - SpecQuality int `json:"specQuality"` + SpecQuality float32 `json:"specQuality"` SpecUnit string `json:"specUnit"` Unit string `json:"unit"` Weight float32 `json:"weight"`