Skip to content

Commit

Permalink
qq联合登录openid问题处理
Browse files Browse the repository at this point in the history
  • Loading branch information
chopper711 committed Jun 28, 2021
1 parent c628c0e commit cf9e6a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ public AuthRequest getAuthRequest(String type) {
.clientId(qqConnectSettingItem.getAppId())
.clientSecret(qqConnectSettingItem.getAppKey())
.redirectUri(getRedirectUri(authInterface))
//这里qq获取unionid 需要配置为true,详情可以查阅属性说明,内部有帮助文档
.unionId(true)
.build(), cache);
}
}
Expand Down

0 comments on commit cf9e6a6

Please sign in to comment.