新增水群通知

This commit is contained in:
李寻欢
2023-09-25 14:16:59 +08:00
parent 3e8051906f
commit d2ca38aeef
4 changed files with 74 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ func InitTasks() {
// 每天早上九点半发送前一天的水群排行
_, _ = s.Every(1).Day().At("09:30").Do(yesterday)
//_, _ = s.Every(5).Minute().Do(yesterday)
// 每小时更新一次好友列表
//_, _ = s.Every(5).Minute().Do(syncFriends)