\Qcloud\SmsSmsVoicePromptSender

Summary

Methods
Properties
Constants
__construct()
send()
$url
$appid
$appkey
$util
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$url

$url : 

Type

$appid

$appid : 

Type

$appkey

$appkey : 

Type

$util

$util : 

Type

Methods

__construct()

__construct(  $appid,   $appkey) 

Parameters

$appid
$appkey

send()

send(string  $nationCode, string  $phoneNumber, string  $prompttype, string  $msg, string  $playtimes = 2, string  $ext = "") : string

语言验证码发送

Parameters

string $nationCode

国家码,如 86 为中国

string $phoneNumber

不带国家码的手机号

string $prompttype

语音类型目前固定值,2

string $msg

信息内容,必须与申请的模板格式一致,否则将返回错误

string $playtimes

播放次数

string $ext

服务端原样返回的参数,可填空串

Returns

string —

json string { "result": xxxxx, "errmsg": "xxxxxx" ... },被省略的内容参见协议文档