Commit 25c8ddb3 by 徐高华

log

parent ca1f6ccc
...@@ -227,7 +227,7 @@ public class QywxSendServiceImpl implements QywxSendService { ...@@ -227,7 +227,7 @@ public class QywxSendServiceImpl implements QywxSendService {
miniprogramMaterialDTO.setPicMediaId(maerialId); miniprogramMaterialDTO.setPicMediaId(maerialId);
miniprogramMaterialDTO.setAppid(material.getAppId()); miniprogramMaterialDTO.setAppid(material.getAppId());
miniprogramMaterialDTO.setPage(material.getLink()); miniprogramMaterialDTO.setPage(material.getLink());
if(null != planType && StringUtils.isNotBlank(planId)) { /* if(null != planType && StringUtils.isNotBlank(planId)) {
String url = "qtActivityType="+planType+"&qtActivityId="+planId ; String url = "qtActivityType="+planType+"&qtActivityId="+planId ;
if(material.getLink().contains("?")) { if(material.getLink().contains("?")) {
url = "&" + url ; url = "&" + url ;
...@@ -235,8 +235,8 @@ public class QywxSendServiceImpl implements QywxSendService { ...@@ -235,8 +235,8 @@ public class QywxSendServiceImpl implements QywxSendService {
url = "?" +url ; url = "?" +url ;
} }
miniprogramMaterialDTO.setPage(material.getLink()+url); miniprogramMaterialDTO.setPage(material.getLink()+url);
log.info("群发链接={}",material.getLink(),miniprogramMaterialDTO.getPage()); }*/
} log.info("群发链接={}",material.getLink(),miniprogramMaterialDTO.getPage());
dto.setMsgType(QywxMediaTypeEnum.MINIPROGRAM.getName()); dto.setMsgType(QywxMediaTypeEnum.MINIPROGRAM.getName());
dto.setMiniprogram(miniprogramMaterialDTO); dto.setMiniprogram(miniprogramMaterialDTO);
} }
......
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