对接新供应链-唯品尚

This commit is contained in:
zhongqiang
2025-06-18 16:09:08 +08:00
parent 9e328b469b
commit 842e6d94aa
2 changed files with 6 additions and 6 deletions

View File

@@ -36,8 +36,8 @@ type SkuData struct {
GoodSpecId string `json:"goodSpecId"` //商品ID(c_goods_id)
GoodsId string `json:"goodsId"` //商品ID(c_father_goods_id)
GoodName string `json:"goodName"` //商品名称
//Num string `json:"num"` //数量
Num int `json:"num"` //数量
Num string `json:"num"` //数量
//Num int `json:"num"` //数量
Price string `json:"price"` //单价
}