1、修改用户名
2、更改账号绑定邮箱地址
This commit is contained in:
@@ -15,7 +15,7 @@ public class EmailSendDTO {
|
||||
private String email;
|
||||
|
||||
@NotBlank(message = "operationType.cannot.be.empty")
|
||||
@ApiModelProperty("操作类型 LOGIN 注册 FORGET_PWD 忘记密码 BIND_MAILBOX 绑定邮箱")
|
||||
@ApiModelProperty("操作类型 LOGIN 注册 FORGET_PWD 忘记密码 BIND_MAILBOX 绑定邮箱 CHANGE_MAILBOX 更改邮箱")
|
||||
private String operationType;
|
||||
|
||||
@ApiModelProperty("异常ip")
|
||||
|
||||
@@ -6,7 +6,9 @@ public enum SketchStyle implements IEnumDisplay{
|
||||
|
||||
MEDIUM("2"),
|
||||
|
||||
THIN("3");
|
||||
THIN("3"),
|
||||
|
||||
CUSTOM("Custom");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user