1
This commit is contained in:
@@ -99,9 +99,9 @@ type SkuInfo struct {
|
|||||||
Stock string `json:"stock"`
|
Stock string `json:"stock"`
|
||||||
Unit string `json:"unit"`
|
Unit string `json:"unit"`
|
||||||
Upc string `json:"upc"`
|
Upc string `json:"upc"`
|
||||||
//Weight string `json:"weight"`
|
Weight string `json:"weight"`
|
||||||
WeightForUnit string `json:"weight_for_unit"` // weight weight_for_unit 至多填写一个
|
//WeightForUnit string `json:"weight_for_unit"` // weight weight_for_unit 至多填写一个
|
||||||
WeightUnit string `json:"weight_unit"`
|
//WeightUnit string `json:"weight_unit"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AppFood struct {
|
type AppFood struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user