You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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"`
- }
|