ソースを参照

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

Roc 1 ヶ月 前
コミット
20aacb7550
1 ファイル変更1 行追加1 行削除
  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)
 	}