BUGFIX:试用注册;

This commit is contained in:
shahaibo
2025-02-07 12:48:37 +08:00
parent b14297d1af
commit 9053bdf10c
4 changed files with 44 additions and 17 deletions

View File

@@ -21,4 +21,19 @@ public class AccountBindEmailDTO {
@NotBlank(message = "emailVerifyCode.cannot.be.empty")
@ApiModelProperty("邮箱验证码")
private String emailVerifyCode;
// @ApiModelProperty("国家")
// private String country;
//
// @ApiModelProperty("职业")
// private String occupation;
//
// @ApiModelProperty("title")
// private String title;
//
// @ApiModelProperty("surname")
// private String surname;
//
// @ApiModelProperty("givenName")
// private String givenName;
}

View File

@@ -28,4 +28,6 @@ public class EmailSendDTO {
@ApiModelProperty("职业")
private String occupation;
}