mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-05-22 01:22:54 +08:00
+ 加入混淆滑块凹槽
This commit is contained in:
@@ -16,9 +16,9 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class GenerateParam {
|
public class GenerateParam {
|
||||||
/** 背景格式化名称.*/
|
/** 背景格式化名称.*/
|
||||||
private String backgroundFormatName;
|
private String backgroundFormatName = "jpeg";
|
||||||
/** 滑块格式化名称.*/
|
/** 滑块格式化名称.*/
|
||||||
private String sliderFormatName;
|
private String sliderFormatName = "png";
|
||||||
/** 是否混淆.*/
|
/** 是否混淆.*/
|
||||||
private Boolean obfuscate;
|
private Boolean obfuscate = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user