C# Class CRL.Person.MobileVerifyData

读写短信验证数据
Afficher le fichier Open project: hubro-xx/CRL2 Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( string moduleName ) : void

清除本次数据

GetCode ( string moduleName ) : string

通过模块名称获取验证码

GetReceiveMobile ( string moduleName ) : string

通过模块名称获取手机

GetSendTimeDiff ( string moduleName ) : int

通过模块名称获取发送间隔

GetTimes ( string moduleName ) : int

获取验证码读取次数,用来作次数限制

GetTotalSendTimes ( string moduleName ) : int

获取本次验证码发送次数

SetCode ( string moduleName, string code, string receiveMobile ) : void

写入手机信息

Method Details

Clear() public static méthode

清除本次数据
public static Clear ( string moduleName ) : void
moduleName string
Résultat void

GetCode() public static méthode

通过模块名称获取验证码
public static GetCode ( string moduleName ) : string
moduleName string
Résultat string

GetReceiveMobile() public static méthode

通过模块名称获取手机
public static GetReceiveMobile ( string moduleName ) : string
moduleName string
Résultat string

GetSendTimeDiff() public static méthode

通过模块名称获取发送间隔
public static GetSendTimeDiff ( string moduleName ) : int
moduleName string
Résultat int

GetTimes() public static méthode

获取验证码读取次数,用来作次数限制
public static GetTimes ( string moduleName ) : int
moduleName string
Résultat int

GetTotalSendTimes() public static méthode

获取本次验证码发送次数
public static GetTotalSendTimes ( string moduleName ) : int
moduleName string
Résultat int

SetCode() public static méthode

写入手机信息
public static SetCode ( string moduleName, string code, string receiveMobile ) : void
moduleName string
code string
receiveMobile string
Résultat void