class SmsMobileStatusPuller

拉取单个手机短信状态类

Methods

__construct(string $appid, string $appkey)

构造函数

string
pullCallback(string $nationCode, string $mobile, int $beginTime, int $endTime, int $max)

拉取回执结果

string
pullReply(string $nationCode, string $mobile, int $beginTime, int $endTime, int $max)

拉取回复信息

Details

at line 24
__construct(string $appid, string $appkey)

构造函数

Parameters

string $appid sdkappid
string $appkey sdkappid对应的appkey

at line 72
string pullCallback(string $nationCode, string $mobile, int $beginTime, int $endTime, int $max)

拉取回执结果

Parameters

string $nationCode 国家码,如 86 为中国
string $mobile 不带国家码的手机号
int $beginTime 开始时间(unix timestamp)
int $endTime 结束时间(unix timestamp)
int $max 拉取最大条数,最多100

Return Value

string 应答json字符串,详细内容参见腾讯云协议文档

at line 87
string pullReply(string $nationCode, string $mobile, int $beginTime, int $endTime, int $max)

拉取回复信息

Parameters

string $nationCode 国家码,如 86 为中国
string $mobile 不带国家码的手机号
int $beginTime 开始时间(unix timestamp)
int $endTime 结束时间(unix timestamp)
int $max 拉取最大条数,最多100

Return Value

string 应答json字符串,详细内容参见腾讯云协议文档