Commit 51e00409 by 阮思源

换个符号

parent 163325e1
......@@ -642,6 +642,9 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
}
int i = 1;
for (BookGroupServe bookGroupServe : bookGroupServeList) {
if (i == 1 || i == 2) {
text = text + "🔥";
}
text = text + i + "." + bookGroupServe.getServeName() + bookGroupServe.getShortUrl() + "\n";
i = i + 1;
}
......@@ -680,7 +683,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
} else {
text = text + "本书还配有以下交流群,选择你想加入的微信群,回复群名称,我会拉你入群!\n";
for (ListClassifyVO listClassifyVO : listClassifyVOS) {
text = text + "❤❥웃유♋☮✌☏☢☠✔☑♚▲♪✈✞÷↑↓◆◇⊙■□△▽¿─│♥❣♂♀☿Ⓐ✍✉☣☤✘☒♛▼♫⌘☪≈←→◈◎☉★☆⊿※¡━┃♡ღツ☼☁❅♒✎©®™Σ✪✯☭➳卐√↖↗●" + listClassifyVO.getClassify() + ":" + listClassifyVO.getClassifyIntroduce() + "\n";
text = text + "🔶" + listClassifyVO.getClassify() + ":" + listClassifyVO.getClassifyIntroduce() + "\n";
}
//发送欢迎语
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