Commit 07e8555c by 朱亚洁

修改反馈文案

parent 381b57cd
...@@ -440,7 +440,7 @@ public class SendWeixinRequestTools { ...@@ -440,7 +440,7 @@ public class SendWeixinRequestTools {
String feedbackUrl = "*common/C" + classifyQrcodeInfo.getChannelId() + "/A0/feedback/suggest?groupQrcodeId=" + classifyQrcodeInfo.getGroupQrcodeId(); String feedbackUrl = "*common/C" + classifyQrcodeInfo.getChannelId() + "/A0/feedback/suggest?groupQrcodeId=" + classifyQrcodeInfo.getGroupQrcodeId();
String url = splitUrl(accountSettingDto, feedbackUrl); String url = splitUrl(accountSettingDto, feedbackUrl);
LOGGER.info("发送欢迎语反馈链接feedbackUrl:{}, url:{}", feedbackUrl, url); LOGGER.info("发送欢迎语反馈链接feedbackUrl:{}, url:{}", feedbackUrl, url);
groupKeyword.append("群资源与书上介绍不符?点这里反馈\n->").append(UrlUtils.getShortUrl4Own(url)); groupKeyword.append("想看更多类似资源?请点击这里反馈吧\n->").append(UrlUtils.getShortUrl4Own(url));
return groupKeyword; return groupKeyword;
} }
......
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