Commit c829f569 by 裴大威

1002252学习助手文案优化

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