refactor: 验证码字段调整

This commit is contained in:
hxr
2023-11-18 22:59:37 +08:00
parent 2c7e348864
commit 987e2177fd
4 changed files with 20 additions and 16 deletions

View File

@@ -16,9 +16,9 @@ import lombok.Data;
public class CaptchaResult {
@Schema(description = "验证码缓存key")
private String verifyCodeKey;
private String captchaKey;
@Schema(description = "验证码图片Base64字符串")
private String captchaImgBase64;
private String captchaBase64;
}