mtwmapi.SkuInfo.Weight修正为string

This commit is contained in:
gazebo
2019-11-14 11:20:25 +08:00
parent 8cd75b18fb
commit 74d40eb1fd

View File

@@ -70,7 +70,7 @@ type SkuInfo struct {
Spec string `json:"spec"`
Stock string `json:"stock"`
Upc string `json:"upc"`
Weight int `json:"weight"`
Weight string `json:"weight"`
}
type AppFood struct {