mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-05-07 06:04:34 +08:00
+ 加入混淆滑块凹槽
This commit is contained in:
@@ -16,9 +16,9 @@ import lombok.NoArgsConstructor;
|
||||
@AllArgsConstructor
|
||||
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