mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-17 08:46:39 +08:00
7 lines
115 B
Go
7 lines
115 B
Go
package consts
|
|
|
|
const (
|
|
CaptchaTypeString = iota + 1 // 字符串
|
|
CaptchaTypeMath // 数字计算
|
|
)
|