对接新供应链-唯品尚

This commit is contained in:
zhongqiang
2025-05-28 11:57:30 +08:00
parent fa19e791e0
commit 79f36b239b
4 changed files with 91 additions and 22 deletions

View File

@@ -35,8 +35,8 @@ type PreOrderReq struct {
}
type GoodsInfo struct {
GoodSpecId string `json:"goodSpecId"` //商品ID goodSpecId 是 String 商品ID(c_goods_id)
GoodsId string `json:"goodsId"` //商品 goodsId 是 String 商品父ID(c_father_goods_id)
GoodSpecId string `json:"goodSpecId"` //SKU ID goodSpecId 是 String 商品ID(c_goods_id)
GoodsId string `json:"goodsId"` //商品ID goodsId 是 String 商品父ID(c_father_goods_id)
Num string `json:"num"` // 数量
}