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

兼容盛创汇联渠道

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