1
0
mirror of synced 2026-05-22 21:53:18 +00:00

💩 添加新版企业微信扫码登录能力(PS. 新版企业微信登录,除了支持使用移动端企业微信扫码登录之外,还支持通过企业微信桌面端进行快速登录。)

This commit is contained in:
yadong.zhang
2024-08-04 15:33:37 +08:00
parent 0eafb96a43
commit 5d521e3ea4
4 changed files with 44 additions and 0 deletions
@@ -31,6 +31,7 @@ public class AuthWeChatEnterpriseQrcodeRequest extends AbstractAuthWeChatEnterpr
.queryParam("agentid", config.getAgentId())
.queryParam("redirect_uri", config.getRedirectUri())
.queryParam("state", getRealState(state))
.queryParam("lang", config.getLang())
.build();
}
}