Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Sep 9, 2023
1 parent 38e5804 commit 633c277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
private Integer socialType;

Expand Down

0 comments on commit 633c277

Please sign in to comment.