BUGFIX:试用注册;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -28,4 +28,6 @@ public class EmailSendDTO {
|
||||
@ApiModelProperty("职业")
|
||||
private String occupation;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user