Property | Type | Description | |
---|---|---|---|
CurrentCode | string |
Method | Description | |
---|---|---|
CheckCode ( string mobile, string code, string &error ) : bool |
检验验证码,成功会清除缓存数据
|
|
SendCode ( string mobile, string content, string &error ) : bool |
发送自定义格式短信
|
Method | Description | |
---|---|---|
SendSms ( string mobile, string content, string &error ) : bool |
发送短信方法,请重写
|
Method | Description | |
---|---|---|
MakeRandomCode ( ) : string |
生成随机码
|
public CheckCode ( string mobile, string code, string &error ) : bool | ||
mobile | string | |
code | string | |
error | string | |
return | bool |
public SendCode ( string mobile, string content, string &error ) : bool | ||
mobile | string | |
content | string | 不为空时为自定义短信,验证码域请用{0}表示 |
error | string | |
return | bool |
protected SendSms ( string mobile, string content, string &error ) : bool | ||
mobile | string | |
content | string | |
error | string | |
return | bool |