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