Commit 1f703c1f by 章春雨

Merge branch 'returnUrlAddRobotWxId-zcy' into 'master'

个人号回复链接拼接RobotWxId

See merge request rays/pcloud-book!329
parents 04023996 91dec5e3
......@@ -648,7 +648,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
}
}
// 处理链接地址
String endUrl = selfRobotKeyword.getLinkUrl() + "&book_group_id=" + selfRobotKeyword.getBookGroupId() + "&wxId=" + userWxId;
String endUrl = selfRobotKeyword.getLinkUrl() + "&book_group_id=" + selfRobotKeyword.getBookGroupId() + "&wxId=" + userWxId + "&robotWxId=" + robotId;
String linkUrl = SendWeixinRequestTools.splitUrl(accountSettingDto, endUrl);
String resultUrl = UrlUtils.getShortUrl4Own(linkUrl);
SendTextMessageVO sendTextMessageVO = new SendTextMessageVO();
......
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