feat:验证码

This commit is contained in:
xiang
2026-05-05 21:23:11 +08:00
parent 66a69a4968
commit a1d42a4b27
5 changed files with 83 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ import lombok.NoArgsConstructor;
@NoArgsConstructor
public class YcCodeRequest {
/**
* 图片
* 图片 base64
*/
private String image;
/**
@@ -21,4 +21,9 @@ public class YcCodeRequest {
*/
private Integer type;
private String extra;
/**
* 模板图片 base64
*/
private String labelImage;
}