Commit ef3c867c by 阮思源

Merge branch 'zyj-feedback' into 'master'

修改反馈文案

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