|
@@ -20,7 +20,7 @@ public class UserSetReq {
|
|
|
@ApiModelProperty("头像地址")
|
|
|
private String avatar;
|
|
|
@ApiModelProperty("昵称")
|
|
|
- @Size(max = 7, message = "昵称长度不能超过7个字")
|
|
|
+ @Size(max = 12, message = "昵称长度不能超过12个字")
|
|
|
private String username;
|
|
|
@ApiModelProperty(value = "性别 0女 1男")
|
|
|
private Integer gender;
|