diff --git a/Lib/Alisms/Helper.php b/Lib/Alisms/Helper.php index 3a9b106..cf7a2c7 100644 --- a/Lib/Alisms/Helper.php +++ b/Lib/Alisms/Helper.php @@ -37,7 +37,6 @@ function send($conf, $to, $param) { // 3.2 (如果在短信模板中定义了参数)指定短信模板中对应参数的值 $to = explode(',', $to); foreach ($to as $phone) { - var_dump($phone); $batchSmsAttributes->addReceiver($phone, $param); } $messageAttributes = new MessageAttributes(array($batchSmsAttributes)); @@ -156,4 +155,4 @@ protected function pushMessage() { return false; } } -} \ No newline at end of file +}