|
|
@@ -22,6 +22,7 @@ type TikTokGoods struct { |
|
|
|
PublicCommission string `json:"public_commission"` |
|
|
|
ServiceRatio string `json:"service_ratio"` |
|
|
|
UpdateTime string `json:"update_time"` |
|
|
|
ApplyId string `json:"apply_id"` |
|
|
|
} |
|
|
|
|
|
|
|
type TikTokGoodsLm struct { |
|
|
@@ -48,6 +49,7 @@ type TikTokGoodsLm struct { |
|
|
|
Imgs []string `json:"imgs"` |
|
|
|
ShopTotalScore interface{} `json:"shop_total_score"` |
|
|
|
UpdateTime string `json:"update_time"` |
|
|
|
ApplyId int64 `json:"apply_id"` |
|
|
|
} |
|
|
|
type ShopTotalScoreData struct { |
|
|
|
Level int `json:"level"` |
|
|
|