业务统计
更新时间:2023-11-09
获取下发短信的业务统计信息
通过以下代码,可以查询短信的业务统计信息
// set parameters
$startTime = "2023-10-01";
$endTime = "2023-11-01";
$smsType = "all";
$countryType = "domestic";
try {
$resp = $this->client->listStatistics($startTime, $endTime, $smsType, $countryType);
} catch (Exception $exception) {
print_r($exception);
}
提示:详细参数配置及限制条件,可以参考SMS API 文档业务统计