Commit ed01b5ed by 阮思源

换个符号

parent e7044f3c
...@@ -683,7 +683,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz { ...@@ -683,7 +683,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
} 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";
} }
//发送欢迎语 //发送欢迎语
if (text.length() > LE) { if (text.length() > LE) {
......
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