Commit 07bafc67 by lili

欢迎语修改

parent 96047b5d
...@@ -292,9 +292,9 @@ public class SendWeixinRequestTools { ...@@ -292,9 +292,9 @@ public class SendWeixinRequestTools {
// content = content + "@" + nickName + " "; // content = content + "@" + nickName + " ";
// } // }
if (StringUtil.isEmpty(groupName)) { if (StringUtil.isEmpty(groupName)) {
content = "欢迎加入本书!凭以下关键词领取任务或资源:"; content = "欢迎加入本群,凭以下关键词领取任务或资源:";
} else { } else {
content = "欢迎加入本书!" + groupName + "凭以下关键词领取任务或资源:"; content = "欢迎加入" + groupName + "!凭以下关键词领取任务或资源:";
} }
SendTextMessageVO sendTextMessageVO = new SendTextMessageVO(); SendTextMessageVO sendTextMessageVO = new SendTextMessageVO();
sendTextMessageVO.setContent(content); sendTextMessageVO.setContent(content);
......
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