Commit ac2c8078 by 墨竹

feat:增加打印日志

parent 5762c722
......@@ -621,10 +621,10 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if (mediaType.equals(WelcomeMediaTypeEnum.LINK.getCode())) {
String mediaTitle = welcomeMediaBO.getMediaTitle();
String mediaUrl = welcomeMediaBO.getMediaUrl();
QywxLinkExternalBaseDTO qywxIinkExternalBaseDTO = new QywxLinkExternalBaseDTO();
qywxIinkExternalBaseDTO.setTitle(mediaTitle);
qywxIinkExternalBaseDTO.setUrl(mediaUrl);
attachments.add(qywxIinkExternalBaseDTO);
QywxLinkExternalBaseDTO qywxLinkExternalBaseDTO = new QywxLinkExternalBaseDTO();
qywxLinkExternalBaseDTO.setTitle(mediaTitle);
qywxLinkExternalBaseDTO.setUrl(mediaUrl);
attachments.add(qywxLinkExternalBaseDTO);
}
}
}
......
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