\App\ServiceMessageService

Summary

Methods
Properties
Constants
sendRegisterCode()
sendLoginCode()
sendAgentRegisterNotify()
sendRegisterNotify()
sendSms()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

sendRegisterCode()

sendRegisterCode(  $mobile,   $code) : array|boolean

注册验证码

Parameters

$mobile
$code

Throws

\AlibabaCloud\Client\Exception\ClientException

Returns

array|boolean

sendLoginCode()

sendLoginCode(  $mobile,   $code) 

Parameters

$mobile
$code

sendAgentRegisterNotify()

sendAgentRegisterNotify(  $mobile) : array|boolean

代注册

Parameters

$mobile

Throws

\AlibabaCloud\Client\Exception\ClientException

Returns

array|boolean

sendRegisterNotify()

sendRegisterNotify(  $mobile) : array|boolean

注册成功通知

Parameters

$mobile

Throws

\AlibabaCloud\Client\Exception\ClientException

Returns

array|boolean

sendSms()

sendSms(  $mobile,   $templateCode,   $params) : array|boolean

发送短信

Parameters

$mobile
$templateCode
$params

Throws

\AlibabaCloud\Client\Exception\ClientException

Returns

array|boolean