| 程序包 | 说明 |
|---|---|
| cn.zhxu.toys.captcha | |
| cn.zhxu.toys.captcha.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
Captcha |
CaptchaStorage.findCaptcha(String captchaId)
根据手机号取得验证码
|
Captcha |
CaptchaStorage.findCaptcha(String captchaId)
根据手机号取得验证码
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CaptchaStorage.save(String captchaId,
Captcha captcha)
保存验证码
|
void |
CaptchaStorage.save(String captchaId,
Captcha captcha)
保存验证码
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CaptchaBean
验证码实体
|
| 限定符和类型 | 方法和说明 |
|---|---|
Captcha |
DefaultCaptchaStorage.findCaptcha(String captchaId) |
Captcha |
DefaultCaptchaStorage.findCaptcha(String captchaId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultCaptchaStorage.save(String captchaId,
Captcha captcha) |
void |
DefaultCaptchaStorage.save(String captchaId,
Captcha captcha) |
Copyright © 2024. All rights reserved.