feat:验证码
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user