1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user