From 4c3054f6bbd491f9e1dab05c08a7101c4af6ee1d Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 23 Oct 2024 14:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/task/svc/svc_tik_tok_chanxuan.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/task/svc/svc_tik_tok_chanxuan.go b/app/task/svc/svc_tik_tok_chanxuan.go index 732099f..ba3d77e 100644 --- a/app/task/svc/svc_tik_tok_chanxuan.go +++ b/app/task/svc/svc_tik_tok_chanxuan.go @@ -30,7 +30,6 @@ func TikTokChanxuan(ordType int) { if len(strs) == 3 { timeStr = strs[0] + ":" + strs[1] + ":00" } - timeStr = "2024-10-22 20:29:07" fmt.Println(timeStr) past := utils.TimeParseStd(timeStr).Unix() // 如果上次记录超过30天或者 过去时间大于当前时间戳, 把时间设置为此前20分钟