public interface Captcha
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
check(String id,
String code) |
org.springframework.cache.Cache |
getCache() |
CaptchaGenerator |
getGenerator() |
CaptchaInfo |
newCaptcha(String id) |
void |
remove(String id) |
org.springframework.cache.Cache getCache()
CaptchaGenerator getGenerator()
CaptchaInfo newCaptcha(String id)
void remove(String id)
Copyright © 2025. All rights reserved.