定时任务增加过期cookie推送,微信支持配置管理员

This commit is contained in:
johlanse 2022-08-18 15:42:07 +08:00
parent 361a4584ef
commit e793798aca
1 changed files with 1 additions and 1 deletions

View File

@ -296,6 +296,6 @@ func check() {
_ = UpdateUser(user) _ = UpdateUser(user)
} }
} }
time.Sleep(time.Hour * time.Duration(rand.Intn(2))) time.Sleep(time.Hour * time.Duration(rand.Intn(2)+1))
} }
} }