From d64eadd188207e069a49c55a540f7d86aaf838f9 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 31 Oct 2024 11:24:48 +0800 Subject: [PATCH] 1 --- chanxuanTikTok/md.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chanxuanTikTok/md.go b/chanxuanTikTok/md.go index 84dcd0c..d8f6fe5 100644 --- a/chanxuanTikTok/md.go +++ b/chanxuanTikTok/md.go @@ -82,6 +82,6 @@ type ChanxuanTikTokGoodsDetail struct { ShopName string `json:"shop_name"` Pictures map[string]md.PicturesData `json:"pictures"` Skus map[string]md.SkusData `json:"skus"` - Specs []md.SpecsData `json:"specs"` + Spec []md.SpecsData `json:"spec"` Title string `json:"title"` }