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分钟