hotgo/server/internal/consts/captcha.go

7 lines
115 B
Go

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