RandomCaptchaUtils

验证码工具类,用于生成多种类型验证码 字符集中去掉了O o I i l等容易混淆的字符

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun generateCaptchaImage(width: Int, height: Int, captcha: String): String
生成PNG格式的验证码图片
Link copied to clipboard
open fun generateMixCode(length: Int): String
生成指定长度的混合验证码
Link copied to clipboard
open fun generateNumberCode(length: Int): String
生成指定长度的数字验证码