根据名字查询京东upc修改
This commit is contained in:
@@ -233,7 +233,7 @@ type ProductInfo struct {
|
|||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Img string `json:"img"`
|
Img string `json:"img"`
|
||||||
ImgList []string `json:"imgList"`
|
ImgList []string `json:"imgList"`
|
||||||
SpecQuality int `json:"specQuality"`
|
SpecQuality float32 `json:"specQuality"`
|
||||||
SpecUnit string `json:"specUnit"`
|
SpecUnit string `json:"specUnit"`
|
||||||
Unit string `json:"unit"`
|
Unit string `json:"unit"`
|
||||||
Weight float32 `json:"weight"`
|
Weight float32 `json:"weight"`
|
||||||
|
|||||||
Reference in New Issue
Block a user