Skip to content

Commit 6b758e0

Browse files
committed
💡 修改注释
1 parent 02bd057 commit 6b758e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/me/zhyd/oauth/request/AuthMicrosoftRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
/**
88
* 微软登录
9+
* update 2021-08-24 mroldx (xzfqq5201314@gmail.com)
910
*
1011
* @author yangkai.shen (https://xkcoding.com)
11-
* @update:2021-08-24 mroldx (xzfqq5201314@gmail.com)
1212
* @since 1.5.0
1313
*/
1414
public class AuthMicrosoftRequest extends AbstractAuthMicrosoftRequest {

src/main/java/me/zhyd/oauth/request/AuthWeChatEnterpriseThirdQrcodeRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected String doGetAuthorizationCode(String code) {
8181
/**
8282
* 获取token的URL
8383
*
84-
* @return
84+
* @return accessTokenUrl
8585
*/
8686
protected String accessTokenUrl() {
8787
return UrlBuilder.fromBaseUrl(source.accessToken())

0 commit comments

Comments
 (0)