Skip to content

Commit

Permalink
💩 修改 AuthSource 中的 [企业微信二维码第三方登录]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Aug 15, 2021
1 parent 9515865 commit 80132b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/me/zhyd/oauth/config/AuthDefaultSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,11 @@ public String accessToken() {
public String userInfo() {
return "https://qyapi.weixin.qq.com/cgi-bin/service/get_login_info";
}

@Override
public Class<? extends AuthDefaultRequest> getTargetClass() {
return AuthWeChatEnterpriseThirdQrcodeRequest.class;
}
},
/**
* 企业微信网页登录
Expand Down

0 comments on commit 80132b6

Please sign in to comment.