提交 b99b9193 authored 作者: gukai's avatar gukai

Merge remote-tracking branch 'origin/alibaba'

...@@ -80,7 +80,7 @@ type GoodsInfoRes struct { ...@@ -80,7 +80,7 @@ type GoodsInfoRes struct {
ConsignPrice float64 `json:"consignPrice"` ConsignPrice float64 `json:"consignPrice"`
Retailprice float64 `json:"retailprice"` Retailprice float64 `json:"retailprice"`
ChannelPrice float64 `json:"channelPrice"` ChannelPrice float64 `json:"channelPrice"`
} `json:"skuInfos"` } `json:"productSkuInfos"`
SaleInfo struct { SaleInfo struct {
SupportOnlineTrade bool `json:"supportOnlineTrade"` SupportOnlineTrade bool `json:"supportOnlineTrade"`
MixWholeSale bool `json:"mixWholeSale"` MixWholeSale bool `json:"mixWholeSale"`
...@@ -96,7 +96,7 @@ type GoodsInfoRes struct { ...@@ -96,7 +96,7 @@ type GoodsInfoRes struct {
Retailprice float64 `json:"retailprice"` Retailprice float64 `json:"retailprice"`
ConsignPrice float64 `json:"consignPrice"` ConsignPrice float64 `json:"consignPrice"`
ChannelPrice float64 `json:"channelPrice"` ChannelPrice float64 `json:"channelPrice"`
} `json:"saleInfo"` } `json:"productSaleInfo"`
ShippingInfo struct { ShippingInfo struct {
FreightTemplateID int `json:"freightTemplateID"` FreightTemplateID int `json:"freightTemplateID"`
UnitWeight float64 `json:"unitWeight"` UnitWeight float64 `json:"unitWeight"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论