美团商品复制到美团,修改skus参数上传

This commit is contained in:
邹宗楠
2023-10-26 09:28:34 +08:00
parent 105dbec075
commit 008de9f0a1
2 changed files with 41 additions and 12 deletions

View File

@@ -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 {