定时任务增加过期cookie推送,微信支持配置管理员
This commit is contained in:
parent
361a4584ef
commit
e793798aca
|
@ -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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue