| Package | Description |
|---|---|
| org.aoju.bus.extra.captcha |
图片验证码实现
|
| Modifier and Type | Method and Description |
|---|---|
static CircleProvider |
CaptchaBuilder.createCircleCaptcha(int width,
int height)
创建圆圈干扰的验证码,默认5位验证码,15个干扰圈
|
static CircleProvider |
CaptchaBuilder.createCircleCaptcha(int width,
int height,
int codeCount,
int circleCount)
创建圆圈干扰的验证码
|
Copyright © 2021. All rights reserved.