This commit is contained in:
parent
38e5804b5b
commit
633c277228
@ -41,7 +41,7 @@ public class AuthLoginReqVO {
|
|||||||
|
|
||||||
// ========== 绑定社交登录时,需要传递如下参数 ==========
|
// ========== 绑定社交登录时,需要传递如下参数 ==========
|
||||||
|
|
||||||
@Schema(description = "社交平台的类型,参见 SysUserSocialTypeEnum 枚举值", requiredMode = Schema.RequiredMode.REQUIRED, example = "10")
|
@Schema(description = "社交平台的类型,参见 SocialTypeEnum 枚举值", requiredMode = Schema.RequiredMode.REQUIRED, example = "10")
|
||||||
@InEnum(SocialTypeEnum.class)
|
@InEnum(SocialTypeEnum.class)
|
||||||
private Integer socialType;
|
private Integer socialType;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user