src/main/java/cc/mrbird/febs/mall/dto/ForgetPwdDto.java
@@ -15,8 +15,15 @@ @ApiModel(value = "ForgetPwdDto", description = "忘记/修改密码参数接收类") public class ForgetPwdDto { @ApiModelProperty(value = "登录账号", example = "15773001234") private String accountLogin; @NotBlank(message = "账号不能为空") @ApiModelProperty(value = "账号", example = "15773001234") private String phone; @NotBlank(message = "绑定号码不能为空") @ApiModelProperty(value = "绑定号码", example = "15773001234") private String account; @NotBlank(message = "密码不能为空")