|
@@ -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
|