Commit 96ff40c5 by 徐高华

Merge branch 'feature/xgh/代开发调整25年' into 'master'

群发助手-发内容素材

See merge request !2804
parents 88cf4c50 946e5796
...@@ -183,7 +183,7 @@ public class MessageApiServiceImpl implements MessageApiService { ...@@ -183,7 +183,7 @@ public class MessageApiServiceImpl implements MessageApiService {
return; return;
} }
WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(wxEnterpriseId) ; WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(wxEnterpriseId) ;
if(qwDTO.isSelf() && dto.getSelfCallback()==0) { if(qwDTO.isSelf() && dto.getSelfCallback()==0 && qwDTO.getWxSecurityType()==5) {
log.info("非自建应用回调"); log.info("非自建应用回调");
return ; return ;
} }
......
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