diff --git a/platformapi/mtwmapi/retail.go b/platformapi/mtwmapi/retail.go index 1ccc48f1..c5119673 100644 --- a/platformapi/mtwmapi/retail.go +++ b/platformapi/mtwmapi/retail.go @@ -99,9 +99,9 @@ type SkuInfo struct { Stock string `json:"stock"` Unit string `json:"unit"` Upc string `json:"upc"` - //Weight string `json:"weight"` - WeightForUnit string `json:"weight_for_unit"` // weight weight_for_unit 至多填写一个 - WeightUnit string `json:"weight_unit"` + Weight string `json:"weight"` + //WeightForUnit string `json:"weight_for_unit"` // weight weight_for_unit 至多填写一个 + //WeightUnit string `json:"weight_unit"` } type AppFood struct {