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