1
0
mirror of synced 2026-04-27 20:21:32 +08:00

企业微信完成

This commit is contained in:
Yangkai.Shen
2019-08-06 15:44:02 +08:00
parent ec6c7a92b6
commit 52682debfb
5 changed files with 195 additions and 2 deletions

View File

@@ -29,6 +29,9 @@ public class AuthChecker {
if (isSupported && AuthSource.STACK_OVERFLOW == source) {
isSupported = StringUtils.isNotEmpty(config.getStackOverflowKey());
}
if (isSupported && AuthSource.WECHAT_ENTERPRISE == source){
isSupported = StringUtils.isNotEmpty(config.getAgentId());
}
return isSupported;
}