Commit ea26ab57 by 徐高华

Merge branch 'feature/自建应用验证' into 'master'

文案

See merge request !1264
parents 35fdd778 653390b6
...@@ -164,7 +164,7 @@ public class WxEnterpriseController extends WebBaseController { ...@@ -164,7 +164,7 @@ public class WxEnterpriseController extends WebBaseController {
} }
WxEnterpriseQwDTO qwDTO = this.wxEnterpriseApiService.getQwInfo(wxEnterpriseId) ; WxEnterpriseQwDTO qwDTO = this.wxEnterpriseApiService.getQwInfo(wxEnterpriseId) ;
if(qwDTO.isSelf()) { if(qwDTO.isSelf()) {
return this.fail("自建应用不能刷新"); return this.fail("已刷新");
} }
QywxCorpInfoDTO dto = qywxTokenManageService.getCorpInfo(qwDTO.getThirdCorpid(), config.getWxSuiteid()); QywxCorpInfoDTO dto = qywxTokenManageService.getCorpInfo(qwDTO.getThirdCorpid(), config.getWxSuiteid());
if (dto == null) { if (dto == 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