Package tech.mgl.core.utils.captcha
Class MGL_CaptchaUtils
java.lang.Object
tech.mgl.core.utils.captcha.MGL_CaptchaUtils
MGL_CaptchaUtils.java 单纯的验证码文字生成工具类
- Version:
- TODO
- Author:
- bo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum验证码难度级别,Simple只包含数字,Medium包含数字和小写英文,Hard包含数字和大小写英文 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCode()static StringgetCode(MGL_Captcha captcha) 产生长度和难度任意的验证码多种验证码
-
Constructor Details
-
MGL_CaptchaUtils
public MGL_CaptchaUtils()
-
-
Method Details
-
getCodeMultiple
多种验证码- Returns:
- Map
-
getCode
-
getCode
产生长度和难度任意的验证码- Parameters:
captcha- 长度- Returns:
- String 验证码
-