Browse Source

Merge branch 'cygx_12.0' into debug

ziwen 1 year ago
parent
commit
2ab08efc01
1 changed files with 6 additions and 0 deletions
  1. 6 0
      controllers/yanxuan_special.go

+ 6 - 0
controllers/yanxuan_special.go

@@ -289,6 +289,12 @@ func (this *YanxuanSpecialController) Save() {
 		item.Status = 2
 	}
 
+	errCode, keyword := models.WxCheckContent(req.Content)
+	if errCode != 0 {
+		br.Msg = "文章内容含有违法违规内容,关键词:"+keyword
+		br.ErrMsg = "文章内容含有违法违规内容,关键词:"+keyword
+		return
+	}
 	if req.Id == 0 {
 		_, err = models.AddCygxYanxuanSpecial(&item)
 		if err != nil {