Commit f7af4ffd by 阮思源

Merge branch 'feat-1002252' into 'master'

1002252学习助手文案优化

See merge request rays/pcloud-book!320
parents 8a0b52e1 c829f569
...@@ -654,13 +654,13 @@ public class BookKeywordBizImpl implements BookKeywordBiz { ...@@ -654,13 +654,13 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
for (int i = 0; i < size; i++) { for (int i = 0; i < size; i++) {
SelfRobotKeyword selfRobotKeyword = selfRobotKeywords.get(i); SelfRobotKeyword selfRobotKeyword = selfRobotKeywords.get(i);
String toAddIn = selfRobotKeyword.getGuide() + "请回复:" + selfRobotKeyword.getKeyword() + "\n"; String toAddIn = selfRobotKeyword.getGuide() + ",请回复“" + selfRobotKeyword.getKeyword() + "”\n";
//最后一个 //最后一个
if (i + 1 == size) { if (i + 1 == size) {
// 拼接反馈链接 // 拼接反馈链接
String feedbackUrl = "*common/C" + channelId + "/A0/feedback/suggest?bookGroupId="+bookGroupId+"&wxId=" + sendTextDTO.getWechatUserId(); String feedbackUrl = "*common/C" + channelId + "/A0/feedback/suggest?bookGroupId="+bookGroupId+"&wxId=" + sendTextDTO.getWechatUserId();
String url = SendWeixinRequestTools.splitUrl(accountSettingDto, feedbackUrl); String url = SendWeixinRequestTools.splitUrl(accountSettingDto, feedbackUrl);
toAddIn = toAddIn + "回复对应数字序号给我,我将你达成所愿,提高读书效率。\n如有其他问题反馈,请点击链接:\n" toAddIn = toAddIn + "回复对应数字序号给我,我将你达成所愿,提高读书效率。\n如有其他问题反馈,请点击链接:\n"
+ UrlUtils.getShortUrl4Own(url); + UrlUtils.getShortUrl4Own(url);
} }
String contents = text + toAddIn; String contents = text + toAddIn;
......
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