记得上下班打卡 | git大法好,push需谨慎

Commit c297047b authored by jiangxiulong's avatar jiangxiulong

活动互斥

parent 2effcdfe
...@@ -105,7 +105,6 @@ public class TextMsgHandler implements WxMpMessageHandler { ...@@ -105,7 +105,6 @@ public class TextMsgHandler implements WxMpMessageHandler {
return build; return build;
} else if (StringUtil.isNotEmpty(redisUtils.getSweetMaoDengOpen(openId))) { //是否参加了活动 } else if (StringUtil.isNotEmpty(redisUtils.getSweetMaoDengOpen(openId))) { //是否参加了活动
//敏感词判断 //敏感词判断
//此处判断不需要用户登录,所以使用时间代替
if (!shumeiUtil.checkText(openId, content)) { if (!shumeiUtil.checkText(openId, content)) {
//文字敏感 提示,发送文本消息 //文字敏感 提示,发送文本消息
WxMpXmlOutTextMessage build = WxMpXmlOutMessage.TEXT().content("无法识别,TA是不是还有别的名字呢!(请勿使用表情等特殊字符)") WxMpXmlOutTextMessage build = WxMpXmlOutMessage.TEXT().content("无法识别,TA是不是还有别的名字呢!(请勿使用表情等特殊字符)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment