fix: add regionCode
This commit is contained in:
parent
054d64a48f
commit
d527893b37
|
|
@ -15,7 +15,8 @@ public class UserResetPasswordModel
|
|||
Email = Email,
|
||||
Phone = Phone,
|
||||
Password = Password,
|
||||
VerificationCode = VerificationCode
|
||||
VerificationCode = VerificationCode,
|
||||
RegionCode = RegionCode
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue