Documentation ¶
Index ¶
Constants ¶
View Source
const ( Phone = iota Mail Unknown )
Variables ¶
View Source
var LuosimaoErr = errors.New("人机识别验证失败")
Functions ¶
func GenerateCode ¶
func GenerateCode() string
func LuosimaoVerify ¶
LuosimaoVerify 对前端的验证码进行验证
func PhoneOrMail ¶
Types ¶
type LuosimaoResult ¶
type LuosimaoResult struct { Error int `json:"error"` Res string `json:"res"` Msg string `json:"msg"` }
func (*LuosimaoResult) CheckError ¶
func (l *LuosimaoResult) CheckError() error
Click to show internal directories.
Click to hide internal directories.