|
|
@@ -19,24 +19,25 @@ type TikTokGoods struct { |
|
|
|
} |
|
|
|
|
|
|
|
type TikTokGoodsLm struct { |
|
|
|
CosFee int64 `json:"cos_fee"` |
|
|
|
CosRatio float64 `json:"cos_ratio"` |
|
|
|
CouponPrice int64 `json:"coupon_price"` |
|
|
|
Cover string `json:"cover"` |
|
|
|
DetailURL string `json:"detail_url"` |
|
|
|
FirstCid int64 `json:"first_cid"` |
|
|
|
InStock interface{} `json:"in_stock"` |
|
|
|
Price int64 `json:"price"` |
|
|
|
ProductID int64 `json:"product_id"` |
|
|
|
Sales int64 `json:"sales"` |
|
|
|
SecondCid int64 `json:"second_cid"` |
|
|
|
Sharable interface{} `json:"sharable"` |
|
|
|
ShopID int64 `json:"shop_id"` |
|
|
|
ShopName string `json:"shop_name"` |
|
|
|
ThirdCid int64 `json:"third_cid"` |
|
|
|
Title string `json:"title"` |
|
|
|
Imgs []string `json:"imgs"` |
|
|
|
ShopTotalScore ShopTotalScore `json:"shop_total_score"` |
|
|
|
CosFee int64 `json:"cos_fee"` |
|
|
|
CosRatio float64 `json:"cos_ratio"` |
|
|
|
ActivityCosRatio float64 `json:"activity_cos_ratio"` |
|
|
|
CouponPrice int64 `json:"coupon_price"` |
|
|
|
Cover string `json:"cover"` |
|
|
|
DetailURL string `json:"detail_url"` |
|
|
|
FirstCid int64 `json:"first_cid"` |
|
|
|
InStock interface{} `json:"in_stock"` |
|
|
|
Price int64 `json:"price"` |
|
|
|
ProductID int64 `json:"product_id"` |
|
|
|
Sales int64 `json:"sales"` |
|
|
|
SecondCid int64 `json:"second_cid"` |
|
|
|
Sharable interface{} `json:"sharable"` |
|
|
|
ShopID int64 `json:"shop_id"` |
|
|
|
ShopName string `json:"shop_name"` |
|
|
|
ThirdCid int64 `json:"third_cid"` |
|
|
|
Title string `json:"title"` |
|
|
|
Imgs []string `json:"imgs"` |
|
|
|
ShopTotalScore ShopTotalScore `json:"shop_total_score"` |
|
|
|
} |
|
|
|
type ShopTotalScoreData struct { |
|
|
|
Level int `json:"level"` |
|
|
|