Class: sendCaptchaMessage

sendCaptchaMessage

new sendCaptchaMessage(smobile, appName, appId, callback) → {boolean}

发送手机验证码短信
Parameters:
Name Type Description
smobile string 用户手机号
appName string 当前产品名称
appId string 当前appId
callback function 回调函数
Source:
Returns:
data true发送成功 false发送失败
Type
boolean

sendCaptchaMessage

new sendCaptchaMessage(smobile, appName, callback) → {boolean}

发送手机验证码短信
Parameters:
Name Type Description
smobile string 用户手机号
appName string 当前产品名称
callback function 回调函数
Source:
Returns:
data true发送成功 false发送失败
Type
boolean