aa
This commit is contained in:
@@ -56,6 +56,14 @@ type GoodsDetail struct {
|
|||||||
ServTxt string `json:"servTxt"` //服务分
|
ServTxt string `json:"servTxt"` //服务分
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type GoodsDetail2 struct {
|
||||||
|
MainImg string `json:"mainImg"`
|
||||||
|
Imgs string `json:"imgs"`
|
||||||
|
StoreImg string `json:"storeImg"` //店铺图片
|
||||||
|
StoreName string `json:"storeName"` //店铺名
|
||||||
|
Tpwd string `json:"tpwd"` //淘口令
|
||||||
|
}
|
||||||
|
|
||||||
type GoodsList struct {
|
type GoodsList struct {
|
||||||
GoodsID string `json:"goodsID"`
|
GoodsID string `json:"goodsID"`
|
||||||
GoodsName string `json:"goodsName"`
|
GoodsName string `json:"goodsName"`
|
||||||
@@ -65,6 +73,7 @@ type GoodsList struct {
|
|||||||
MinNormalPrice int `json:"minNormalPrice"` //最小购买价格
|
MinNormalPrice int `json:"minNormalPrice"` //最小购买价格
|
||||||
SalesCount string `json:"salesCount"` //销量
|
SalesCount string `json:"salesCount"` //销量
|
||||||
PromotionRate int `json:"promotionRate"` //佣金比例,千分比
|
PromotionRate int `json:"promotionRate"` //佣金比例,千分比
|
||||||
|
GoodsDetail []*GoodsDetail2 `json:"goodsDetail"` //淘宝用
|
||||||
}
|
}
|
||||||
|
|
||||||
type MatterList struct {
|
type MatterList struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user