2025-07-19 16:49:35 +08:00

7 lines
115 B
Go

package consts
const (
CaptchaTypeString = iota + 1 // 字符串
CaptchaTypeMath // 数字计算
)