|
@@ -35,7 +35,7 @@ public class AppAuthSmsLoginReqVO {
|
|
|
|
|
|
// ========== 绑定社交登录时,需要传递如下参数 ==========
|
|
// ========== 绑定社交登录时,需要传递如下参数 ==========
|
|
|
|
|
|
- @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;
|
|
|
|
|
|
@@ -55,4 +55,4 @@ public class AppAuthSmsLoginReqVO {
|
|
return socialType == null || StrUtil.isNotEmpty(socialState);
|
|
return socialType == null || StrUtil.isNotEmpty(socialState);
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|