Documentation ¶
Index ¶
Constants ¶
View Source
const ( VAL = 0x3FFFFFFF INDEX = 0x0000003D )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptchaGenerator ¶
type CaptchaGenerator struct{}
func (CaptchaGenerator) CreateCode ¶
CreateCode 生成验证码 @Result id 验证码id @Result bse64s 图片base64编码 @Result code 结果 @Result err 错误
func (CaptchaGenerator) VerifyCaptcha ¶
func (cg CaptchaGenerator) VerifyCaptcha(id, value string) bool
VerifyCaptcha 校验验证码 @Pram id 验证码id @Pram value 用户输入的答案 @Result true:正确,false:失败
Click to show internal directories.
Click to hide internal directories.