1
0
mirror of synced 2025-11-06 06:20:49 +08:00

💡 修改注释

This commit is contained in:
yadong.zhang
2023-12-03 21:50:50 +08:00
parent 02bd057963
commit 6b758e0e1e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,9 +6,9 @@ import me.zhyd.oauth.config.AuthDefaultSource;
/**
* 微软登录
* update 2021-08-24 mroldx (xzfqq5201314@gmail.com)
*
* @author yangkai.shen (https://xkcoding.com)
* @update:2021-08-24 mroldx (xzfqq5201314@gmail.com)
* @since 1.5.0
*/
public class AuthMicrosoftRequest extends AbstractAuthMicrosoftRequest {

View File

@@ -81,7 +81,7 @@ public class AuthWeChatEnterpriseThirdQrcodeRequest extends AbstractAuthWeChatEn
/**
* 获取token的URL
*
* @return
* @return accessTokenUrl
*/
protected String accessTokenUrl() {
return UrlBuilder.fromBaseUrl(source.accessToken())