mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-06 08:48:27 +08:00
💡 更新注释
This commit is contained in:
parent
1bec384525
commit
2ff5570399
@ -6,7 +6,7 @@ import lombok.Getter;
|
||||
/**
|
||||
* 企业自建应用授权范围
|
||||
*
|
||||
* @author liguanhua(347826496@qq.com)
|
||||
* @author liguanhua (347826496(a)qq.com)
|
||||
* @since 1.15.9
|
||||
*/
|
||||
@Getter
|
||||
|
||||
@ -19,7 +19,7 @@ import me.zhyd.oauth.utils.UrlBuilder;
|
||||
* 企业微信登录父类
|
||||
* </p>
|
||||
*
|
||||
* @author liguanhua(347826496@qq.com)
|
||||
* @author liguanhua (347826496(a)qq.com)
|
||||
* @since 1.15.9
|
||||
*/
|
||||
public abstract class AbstractAuthWeChatEnterpriseRequest extends AuthDefaultRequest {
|
||||
|
||||
@ -11,7 +11,8 @@ import me.zhyd.oauth.utils.UrlBuilder;
|
||||
* </p>
|
||||
*
|
||||
* @author yangkai.shen (https://xkcoding.com)
|
||||
* @author liguanhua(347826496(a)qq.com) 重构该类,将通用方法提取
|
||||
* @author liguanhua (347826496(a)qq.com) 重构该类,将通用方法提取
|
||||
* @author lyadong.zhang (yadong.zhang0415(a)gmail.com) 修改类名
|
||||
* @since 1.10.0
|
||||
*/
|
||||
public class AuthWeChatEnterpriseQrcodeRequest extends AbstractAuthWeChatEnterpriseRequest {
|
||||
|
||||
@ -12,7 +12,7 @@ import me.zhyd.oauth.utils.UrlBuilder;
|
||||
* 企业微信网页登录
|
||||
* </p>
|
||||
*
|
||||
* @author liguanhua(347826496@qq.com)
|
||||
* @author liguanhua (347826496(a)qq.com)
|
||||
* @since 1.15.9
|
||||
*/
|
||||
public class AuthWeChatEnterpriseWebRequest extends AbstractAuthWeChatEnterpriseRequest {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user