Commit 4b960554 by 徐高华

合并

parent 796cd7b2
...@@ -81,7 +81,7 @@ public class QywxSendServiceImpl implements QywxSendService { ...@@ -81,7 +81,7 @@ public class QywxSendServiceImpl implements QywxSendService {
public ServiceResponse<String> sendMessageShare(String wxEnterpriseId, String staffId, List<String> extendUserList, public ServiceResponse<String> sendMessageShare(String wxEnterpriseId, String staffId, List<String> extendUserList,
List<ContentMaterialDTO> imageList, String message) { List<ContentMaterialDTO> imageList, String message) {
List<String> materialIdList = this.materialService.getImageMediaId(wxEnterpriseId, imageList, 1); List<String> materialIdList = this.materialService.getImageMediaId(wxEnterpriseId, imageList, 1);
return this.send(wxEnterpriseId, staffId, extendUserList, materialIdList, message, 2); return this.send(wxEnterpriseId, staffId, extendUserList, materialIdList, message, 2,null);
} }
// 群发发送 // 群发发送
......
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