Commit c7272478 by 陶光胜

企业微信取消授权回调处理

parent 89bde6c4
......@@ -34,7 +34,7 @@ public class WxApplicationApiServiceImpl implements WxApplicationApiService{
public void cancelSuite(String corpId, String suiteId) {
WxEnterpriseDTO enterprise = this.wxEnterpriseApiService.getEnterpriseBycorpId(corpId);
if(enterprise != null){
int i = this.wxApplicationService.cancalWxApplication(enterprise, suiteId);
int i = this.wxApplicationService.cancalWxApplication(enterprise.getWxEnterpriseId(), suiteId);
log.info("取消授权结果:{}", i);
}
log.info("企业未绑定过,{}", corpId);
......
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