Browse Source

fix:公众号文章定时任务暂时关闭

Roc 3 weeks ago
parent
commit
e9c4dcb708
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/wechat_platform.go

+ 2 - 2
services/wechat_platform.go

@@ -50,8 +50,8 @@ func RefreshWechatPlatform(cont context.Context) (err error) {
 	}
 
 	for _, v := range platformList {
-		AddWechatArticleOpToCache(v.WechatPlatformId, "refresh")
-		time.Sleep(1 * time.Minute)
+		//AddWechatArticleOpToCache(v.WechatPlatformId, "refresh")
+		//time.Sleep(1 * time.Minute)
 	}
 
 	return