余额支付密码开关校验支付密码可为空

This commit is contained in:
张松
2025-09-29 20:43:59 +08:00
parent 49b704409c
commit 138e6a88ea
3 changed files with 5 additions and 4 deletions

View File

@@ -11,9 +11,7 @@ public class UserInfoPwdEditDTO {
/**
* 支付密码
*/
@NotEmpty(message = "支付密码不为空")
private String payPwd;
@NotEmpty(message = "二次确认支付密码不为空")
private String checkPayPwd;
/**
* 验证码