fix 修复个人信息手机号码参数错误

This commit is contained in:
gssong
2026-03-20 11:46:26 +08:00
parent 7c57a2317f
commit 68cb82d050
9 changed files with 28 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ public class UserDTO implements Serializable {
/**
* 手机号码
*/
private String phonenumber;
private String phoneNumber;
/**
* 用户性别0男 1女 2未知

View File

@@ -17,7 +17,7 @@ public class SmsLoginBody extends LoginBody {
* 手机号
*/
@NotBlank(message = "{user.phonenumber.not.blank}")
private String phonenumber;
private String phoneNumber;
/**
* 短信code