Commit 1a3dd770 by 墨竹

feat:好办欢迎语修改

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