Commit 930e326a by 徐高华

画布-群发

parent 56806d32
...@@ -269,9 +269,9 @@ public class QywxSendServiceImpl implements QywxSendService { ...@@ -269,9 +269,9 @@ public class QywxSendServiceImpl implements QywxSendService {
}else { }else {
url = "?" +url ; url = "?" +url ;
} }
miniprogramMaterialDTO.setPage(material.getLink()+url); miniprogramMaterialDTO.setPage(path+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