Skip to content

Commit

Permalink
Merge pull request #2 from yezhilie/patch-1
Browse files Browse the repository at this point in the history
Update Helper.php
  • Loading branch information
Jayin authored Jul 21, 2017
2 parents fdff3b5 + acad15d commit 106aff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/Alisms/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -156,4 +155,4 @@ protected function pushMessage() {
return false;
}
}
}
}

0 comments on commit 106aff4

Please sign in to comment.