This commit is contained in:
none
2023-03-10 11:11:16 +08:00
parent 8b774666f2
commit cdd144dbed
2 changed files with 2 additions and 3 deletions

View File

@@ -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")