Merge remote-tracking branch 'base-version/main' into dev

This commit is contained in:
chenbowen
2025-12-04 19:23:27 +08:00

View File

@@ -28,7 +28,7 @@ public class AuthLoginReqVO extends CaptchaVerificationReqVO {
@Schema(description = "密码", requiredMode = Schema.RequiredMode.REQUIRED, example = "buzhidao") @Schema(description = "密码", requiredMode = Schema.RequiredMode.REQUIRED, example = "buzhidao")
@NotEmpty(message = "密码不能为空") @NotEmpty(message = "密码不能为空")
@Length(min = 4, max = 16, message = "密码长度为 4-16 位") // @Length(min = 4, max = 16, message = "密码长度为 4-16 位")
private String password; private String password;
// ========== 绑定社交登录时,需要传递如下参数 ========== // ========== 绑定社交登录时,需要传递如下参数 ==========