Explorar o código

fix:调整为下午2点开始爬取

Roc hai 1 mes
pai
achega
20aacb7550
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -63,7 +63,7 @@ func releaseTask() {
 
 	if utils.BusinessCode == utils.BusinessCodeRelease {
 		// 定时刷新公众号文章
-		refreshWechatPlatform := task.NewTask("refreshWechatPlatform", "0 0 2 * * *", RefreshWechatPlatform)
+		refreshWechatPlatform := task.NewTask("refreshWechatPlatform", "0 0 14 * * *", RefreshWechatPlatform)
 		task.AddTask("定时刷新公众号文章", refreshWechatPlatform)
 	}