Pārlūkot izejas kodu

Merge branch 'cygx_12.0' into debug

ziwen 1 gadu atpakaļ
vecāks
revīzija
2ab08efc01
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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 {