From 49e91ee7e98011101ce3b06ceee89fe96305015f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E7=88=B1=E6=9C=89=E6=83=85?= Date: Fri, 23 Sep 2022 10:40:05 +0000 Subject: [PATCH] update readme.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 天爱有情 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 269835e..6860fa6 100644 --- a/readme.md +++ b/readme.md @@ -155,8 +155,8 @@ public class Test3 { // 生成 具有混淆的 滑块验证码 (目前只有滑块验证码支持混淆滑块, 旋转验证,滑动还原,点选验证 均不支持混淆功能) ImageCaptchaInfo imageCaptchaInfo = imageCaptchaGenerator.generateCaptchaImage(GenerateParam.builder() .type(CaptchaTypeConstant.SLIDER) - .sliderFormatName("jpeg") - .backgroundFormatName("png") + .sliderFormatName("png") + .backgroundFormatName("jpeg") // 是否添加混淆滑块 .obfuscate(true) .build());