|
|
|
|
@ -36,8 +36,8 @@ func RecordWechatBlockWords(text, textMd5, opUser string) {
|
|
|
|
|
func WordsBlocked(textMd5 string) bool {
|
|
|
|
|
var Record WechatBlockWords
|
|
|
|
|
if global.DB.Where("ContentMd5 = ?", textMd5).First(&Record).RecordNotFound() {
|
|
|
|
|
return false
|
|
|
|
|
return true
|
|
|
|
|
}
|
|
|
|
|
return true
|
|
|
|
|
return false
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|