This commit is contained in:
yanweidong
2026-02-11 16:33:18 +08:00
parent 142bed6ae1
commit 29baa4d138

View File

@@ -20,7 +20,7 @@ func Boot() {
UpdateTask() UpdateTask()
}) })
// 新增每天6点12点18点运行一次 // 新增每天6点12点18点运行一次
scheduler.AddFunc("0 6,12,18 * * *", func() { scheduler.AddFunc("0 6,12,23 * * *", func() {
UpdateFinaTask() UpdateFinaTask()
}) })
scheduler.Start() scheduler.Start()