Commit fff44a28 by 裴大威

Merge branch 'doc-dw-welcome' into 'master'

doc 修改欢迎语 凭以下关键词为 在群内回复以下关键词

See merge request rays/pcloud-book!126
parents dbf6e0cc 85a92ae0
...@@ -348,7 +348,7 @@ public class SendWeixinRequestTools { ...@@ -348,7 +348,7 @@ public class SendWeixinRequestTools {
content += " 欢迎加入" + groupName + "!"; content += " 欢迎加入" + groupName + "!";
} }
if(isHaveKeywords){ if(isHaveKeywords){
content = content + "本群目的为学习交流和学习辅导,线上资源和工具为图书的增值服务,可根据实际情况配合图书一起使用。以下关键词领取任务或资源:"; content = content + "本群目的为学习交流和学习辅导,线上资源和工具为图书的增值服务,可根据实际情况配合图书一起使用。在群内回复以下关键词领取任务或资源:";
} }
sendTextMessage(content, robotId, weixinGroupId, ip); sendTextMessage(content, robotId, weixinGroupId, ip);
} }
......
...@@ -501,7 +501,7 @@ public class BookGuideBizImpl implements BookGuideBiz { ...@@ -501,7 +501,7 @@ public class BookGuideBizImpl implements BookGuideBiz {
content += " 欢迎加入" + groupName + "!"; content += " 欢迎加入" + groupName + "!";
} }
if (isHaveKeywords) { if (isHaveKeywords) {
content = content + "本群目的为学习交流和学习辅导,线上资源和工具为图书的增值服务,可根据实际情况配合图书一起使用。以下关键词领取任务或资源:"; content = content + "本群目的为学习交流和学习辅导,线上资源和工具为图书的增值服务,可根据实际情况配合图书一起使用。在群内回复以下关键词领取任务或资源:";
} }
replyMessageVO.setContent(content); replyMessageVO.setContent(content);
replyMessages.add(replyMessageVO); replyMessages.add(replyMessageVO);
......
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