Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- package egoer
-
- type EgoerGoods struct {
- ProductId int `json:"productId"`
- CategoryId interface{} `json:"categoryId"`
- CategoryName interface{} `json:"categoryName"`
- PlatformProductId string `json:"platformProductId"`
- Title string `json:"title"`
- Cover string `json:"cover"`
- CouponPrice float64 `json:"couponPrice"`
- Price float64 `json:"price"`
- CosRatio interface{} `json:"cosRatio"`
- CosFee interface{} `json:"cosFee"`
- ActivityCosRatio float64 `json:"activityCosRatio"`
- ActivityCosFee float64 `json:"activityCosFee"`
- ServiceRatio float64 `json:"serviceRatio"`
- Sales string `json:"sales"`
- InStock interface{} `json:"inStock"`
- FirstCid interface{} `json:"firstCid"`
- DouyinFirstCid *int `json:"douyinFirstCid"`
- ShopId interface{} `json:"shopId"`
- ShopName string `json:"shopName"`
- ViewNum interface{} `json:"viewNum"`
- KolNum interface{} `json:"kolNum"`
- OrderNum int `json:"orderNum"`
- PromotionStartTime string `json:"promotionStartTime"`
- PromotionEndTime string `json:"promotionEndTime"`
- SaleStatus int `json:"saleStatus"`
- Sales24 interface{} `json:"sales24"`
- Sales7Day interface{} `json:"sales7Day"`
- DetailUrl string `json:"detailUrl"`
- InterfaceUpdateTime interface{} `json:"interfaceUpdateTime"`
- IsReDu bool `json:"isReDu"`
- }
|