| 程序包 | 说明 |
|---|---|
| com.anji.captcha.service | |
| com.anji.captcha.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseModel |
CaptchaService.check(CaptchaVO captchaVO)
核对验证码(前端)
|
ResponseModel |
CaptchaService.get(CaptchaVO captchaVO)
获取验证码
|
ResponseModel |
CaptchaService.verification(CaptchaVO captchaVO)
二次校验验证码(后端)
|
| 限定符和类型 | 方法和说明 |
|---|---|
CaptchaVO |
BlockPuzzleCaptchaServiceImpl.pictureTemplatesCut(BufferedImage originalImage,
BufferedImage jigsawImage,
String jigsawImageBase64)
根据模板切图
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseModel |
DefaultCaptchaServiceImpl.check(CaptchaVO captchaVO) |
ResponseModel |
ClickWordCaptchaServiceImpl.check(CaptchaVO captchaVO) |
ResponseModel |
BlockPuzzleCaptchaServiceImpl.check(CaptchaVO captchaVO) |
ResponseModel |
DefaultCaptchaServiceImpl.get(CaptchaVO captchaVO) |
ResponseModel |
ClickWordCaptchaServiceImpl.get(CaptchaVO captchaVO) |
ResponseModel |
BlockPuzzleCaptchaServiceImpl.get(CaptchaVO captchaVO) |
ResponseModel |
DefaultCaptchaServiceImpl.verification(CaptchaVO captchaVO) |
ResponseModel |
ClickWordCaptchaServiceImpl.verification(CaptchaVO captchaVO) |
ResponseModel |
BlockPuzzleCaptchaServiceImpl.verification(CaptchaVO captchaVO) |
Copyright © 2021. All rights reserved.