Commit 9d5b4177 by 徐高华

Merge branch 'feature/社群' into 'master'

合并

See merge request !821
parents 9885ab68 4b960554
......@@ -81,7 +81,7 @@ public class QywxSendServiceImpl implements QywxSendService {
public ServiceResponse<String> sendMessageShare(String wxEnterpriseId, String staffId, List<String> extendUserList,
List<ContentMaterialDTO> imageList, String message) {
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