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

兼容盛创汇联渠道

上级 fe5073a4
......@@ -29,29 +29,29 @@ type ListGoodsRes struct {
}
type ListGoodsItem struct {
Code string `json:"code"`
Name string `json:"name"`
ItemMainImg string `json:"itemMainImg"`
Imgs []string `json:"imgs"`
DetailImgs []string `json:"detailImgs"`
GoodsVideo string `json:"goodsVideo"`
ShareImg string `json:"shareImg"`
ShareVideo string `json:"shareVideo"`
MarketPrice float64 `json:"marketPrice"`
MarketPriceTagImg string `json:"marketPriceTagImg"`
NormalPrice float64 `json:"normalPrice"`
Vip1Price float64 `json:"vip1Price"`
Vip2Price float64 `json:"vip2Price"`
CurrVipPrice float64 `json:"currVipPrice"`
MinBuyNum int `json:"minBuyNum"`
PlusStep int `json:"plusStep"`
Unit string `json:"unit"`
Weight float64 `json:"weight"`
Volume float64 `json:"volume"`
Stock int `json:"stock"`
State int `json:"state"`
ForbidBuyArea string `json:"forbidBuyArea"`
SupplierFreightPayer int `json:"supplierFreightPayer"`
Code string `json:"code"`
Name string `json:"name"`
ItemMainImg string `json:"itemMainImg"`
Imgs interface{} `json:"imgs"`
DetailImgs interface{} `json:"detailImgs"`
GoodsVideo string `json:"goodsVideo"`
ShareImg string `json:"shareImg"`
ShareVideo string `json:"shareVideo"`
MarketPrice float64 `json:"marketPrice"`
MarketPriceTagImg string `json:"marketPriceTagImg"`
NormalPrice float64 `json:"normalPrice"`
Vip1Price float64 `json:"vip1Price"`
Vip2Price float64 `json:"vip2Price"`
CurrVipPrice float64 `json:"currVipPrice"`
MinBuyNum int `json:"minBuyNum"`
PlusStep int `json:"plusStep"`
Unit string `json:"unit"`
Weight float64 `json:"weight"`
Volume float64 `json:"volume"`
Stock int `json:"stock"`
State int `json:"state"`
ForbidBuyArea string `json:"forbidBuyArea"`
SupplierFreightPayer int `json:"supplierFreightPayer"`
CategoryGRList []struct {
C1 int `json:"c1"`
C2 int `json:"c2"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论