Versions in this module Expand all Collapse all v0 v0.0.1 Aug 20, 2025 Changes in this version + var MaxFialNum = 5 + func DelCode(account string) + func GetAllCode() map[string]*CodeInfo + func SetCode(account string, code int32) error + type Code struct + func (x *Code) CheckCodeTime() + type CodeInfo struct + Code int32 + FialNum int + func GetCodeInfo(account string) *CodeInfo