We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对接新版企业微信登录。
新版企业微信登录,除了支持使用移动端企业微信扫码登录之外,还支持通过企业微信桌面端进行快速登录。新版企业微信登录是对原扫码登录的能力升级,建议开发者升级接入,获得更好的登录体验。
https://developer.work.weixin.qq.com/document/path/98151
https://developer.work.weixin.qq.com/document/path/98152#%E9%93%BE%E6%8E%A5%E6%A0%BC%E5%BC%8F
The text was updated successfully, but these errors were encountered:
预计 1.16.7 版本增加。目前可以在尝试以下快照分支:
authRequest = new AuthWeChatEnterpriseQrcodeV2Request(AuthConfig.builder() .clientId("ww9dxxxx") .clientSecret("CiAx7j_mdL3xxxx") .redirectUri("https://xxxx/oauth/callback/wechat_enterprise") .agentId("1000003") .lang("en") .build());
Sorry, something went wrong.
zhangyd-c
No branches or pull requests
新版企业微信登录
对接新版企业微信登录。
功能描述
新版企业微信登录,除了支持使用移动端企业微信扫码登录之外,还支持通过企业微信桌面端进行快速登录。新版企业微信登录是对原扫码登录的能力升级,建议开发者升级接入,获得更好的登录体验。
https://developer.work.weixin.qq.com/document/path/98151
https://developer.work.weixin.qq.com/document/path/98152#%E9%93%BE%E6%8E%A5%E6%A0%BC%E5%BC%8F
The text was updated successfully, but these errors were encountered: