mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
优化
This commit is contained in:
@@ -34,7 +34,6 @@ public class UserRequest {
|
||||
private String avatar;
|
||||
|
||||
@NotNull(message = "password参数不存在")
|
||||
@Length(min = 6, max = 16, message = "密码长度在6-16个字符之间")
|
||||
private String password;
|
||||
|
||||
@JsonProperty("id_card")
|
||||
|
||||
Reference in New Issue
Block a user