diff --git a/chanxuanTikTok/md.go b/chanxuanTikTok/md.go index ce3ab28..155fd6a 100644 --- a/chanxuanTikTok/md.go +++ b/chanxuanTikTok/md.go @@ -3,8 +3,8 @@ package chanxuanTikTok type ChanxuanTikTokGoods struct { Title string `json:"title"` Cover string `json:"cover"` - Price float64 `json:"price"` - OriginPrice float64 `json:"origin_price"` + Price int `json:"price"` + OriginPrice int `json:"origin_price"` CosRatio float64 `json:"cos_ratio"` Sales int `json:"sales"` DetailUrl string `json:"detail_url"`