Skip to content

Commit

Permalink
💡 添加源码注释
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed May 29, 2019
1 parent b3aee44 commit d5e0ff3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/me/zhyd/oauth/utils/UrlBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,9 @@ public static String getQqAccessTokenUrl(String clientId, String clientSecret, S
/**
* 获取qq用户详情的接口地址
*
* @param token qq 应用的token
* @param openId qq 应用的openId
* @param clientId qq 应用的clientId
* @param token qq 应用的token
* @param openId qq 应用的openId
* @return full url
*/
public static String getQqUserInfoUrl(String clientId, String token, String openId) {
Expand Down

0 comments on commit d5e0ff3

Please sign in to comment.