Commit f93c12d5 by 阮思源

换个符号

parent 51e00409
...@@ -672,7 +672,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz { ...@@ -672,7 +672,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
if (listClassifyVOS.size() == 1) { if (listClassifyVOS.size() == 1) {
ListClassifyVO listClassifyVO = listClassifyVOS.get(0); ListClassifyVO listClassifyVO = listClassifyVOS.get(0);
//如果只有一个分类 //如果只有一个分类
text = text + "本书还配有交流群“" + listClassifyVO.getClassify() + "”," + listClassifyVO.getClassifyIntroduce() + ",点击下方邀请链接,即可进群"; text = text + "本书还配有交流群“" + listClassifyVO.getClassify() + "”," + listClassifyVO.getClassifyIntroduce() + ",点击下方邀请链接,即可进群";
//发送欢迎语 //发送欢迎语
if (text.length() > LE) { if (text.length() > LE) {
sendTextBatch(sendTextDTO, text, LE); sendTextBatch(sendTextDTO, text, LE);
...@@ -681,7 +681,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz { ...@@ -681,7 +681,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
} }
dealGroupInvite(sendTextDTO, listClassifyVO.getId(), listClassifyVO.getChangeNumber()); dealGroupInvite(sendTextDTO, listClassifyVO.getId(), listClassifyVO.getChangeNumber());
} else { } else {
text = text + "本书还配有以下交流群,选择你想加入的微信群,回复群名称,我会拉你入群!\n"; text = text + "本书还配有以下交流群,选择你想加入的微信群,回复群名称,我会拉你入群!\n";
for (ListClassifyVO listClassifyVO : listClassifyVOS) { for (ListClassifyVO listClassifyVO : listClassifyVOS) {
text = text + "🔶" + listClassifyVO.getClassify() + ":" + listClassifyVO.getClassifyIntroduce() + "\n"; text = text + "🔶" + listClassifyVO.getClassify() + ":" + listClassifyVO.getClassifyIntroduce() + "\n";
} }
......
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