Skip to content

Commit

Permalink
!42 修改爱发电平台的域名为https://afdian.com
Browse files Browse the repository at this point in the history
Merge pull request !42 from handy/handy-0827
  • Loading branch information
zhangyd-c authored and gitee-org committed Aug 27, 2024
2 parents 91167bc + 602a48b commit 587d2f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/me/zhyd/oauth/config/AuthDefaultSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -1301,17 +1301,17 @@ public Class<? extends AuthDefaultRequest> getTargetClass() {
}
},
/**
* 爱发电 <a href="https://afdian.net/">爱发电</a>
* 爱发电 <a href="https://afdian.com/">爱发电</a>
*/
AFDIAN {
@Override
public String authorize() {
return "https://afdian.net/oauth2/authorize";
return "https://afdian.com/oauth2/authorize";
}

@Override
public String accessToken() {
return "https://afdian.net/api/oauth2/access_token";
return "https://afdian.com/api/oauth2/access_token";
}

@Override
Expand Down

0 comments on commit 587d2f4

Please sign in to comment.