Commit 66441658 by 墨竹

fix:更改日志

parent 13d057a5
......@@ -33,14 +33,14 @@ public class WxApplicationApiServiceImpl implements WxApplicationApiService {
@Override
public void cancelSuite(String corpId, String suiteId) {
int i = this.wxApplicationService.cancalWxApplication(corpId, suiteId);
log.info("取消授权结果:{}", i);
this.wxApplicationService.cancalWxApplication(corpId, suiteId);
log.info("取消授权,corpId:{},suiteId:{}", corpId, suiteId);
TabHaobanWxApplication wxApplication = this.wxApplicationService.selectByCorpIdAndApplicationType(corpId, 2);
if (wxApplication != null) {
//如果取消好办小程序应用授权,临时解除绑定
this.wxEnterpriseService.unbind(wxApplication.getWxEnterpriseId());
log.info("取消好办小程序应用授权,corpId:{},suiteId:{}", corpId, suiteId);
}
log.info("企业未绑定过,{}", corpId);
}
@Override
......
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