|
@@ -313,6 +313,10 @@ func (c *ReportController) ArticleChange() {
|
|
|
if err != nil {
|
|
|
go alarm_msg.SendAlarmMsg(fmt.Sprint("CygxArticleCeluePushRedis LPush Err:", err.Error(), "文章ID", articleId), 3)
|
|
|
}
|
|
|
+ err = utils.Rc.LPush(utils.FICC_ARTICLE_UPDATE_KEY, log)
|
|
|
+ if err != nil {
|
|
|
+ go alarm_msg.SendAlarmMsg(fmt.Sprint("FiccArticleCeluePushRedis LPush Err:", err.Error(), "文章ID", articleId), 3)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
c.OkWithMessage("创建成功")
|