mtwmapi.SkuInfo.Weight修正为string
This commit is contained in:
@@ -70,7 +70,7 @@ type SkuInfo struct {
|
|||||||
Spec string `json:"spec"`
|
Spec string `json:"spec"`
|
||||||
Stock string `json:"stock"`
|
Stock string `json:"stock"`
|
||||||
Upc string `json:"upc"`
|
Upc string `json:"upc"`
|
||||||
Weight int `json:"weight"`
|
Weight string `json:"weight"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AppFood struct {
|
type AppFood struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user