1
0
mirror of synced 2025-11-06 04:21:05 +08:00

支持 企业微信

This commit is contained in:
Yangkai.Shen
2019-08-06 16:25:54 +08:00
parent ee2b8e6c7a
commit 1182717434

View File

@@ -91,6 +91,8 @@ public class AuthRequestFactory {
return new AuthPinterestRequest(config, authStateCache);
case STACK_OVERFLOW:
return new AuthStackOverflowRequest(config, authStateCache);
case WECHAT_ENTERPRISE:
return new AuthWeChatEnterpriseRequest(config, authStateCache);
default:
throw new AuthException(AuthResponseStatus.UNSUPPORTED);
}