From 9ba0faa66522d96a9fc3f401939014e5a2fe7521 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 18 Oct 2024 17:16:02 +0800 Subject: [PATCH] 1 --- chanxuanTikTok/md.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"`