启动定时任务

This commit is contained in:
Leufolium 2024-02-07 12:43:47 +08:00
parent 96d6c8e703
commit 9e3d5de744
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ func (s *CronService) Run() {
s.TextAuditBatch()
s.ClearVeriCodeSendTimes()
s.CreateDailyStatement()
s.ClearMomentCreateTimes()
}
func (s *CronService) ReloadRecommList() {