Skip to content

Commit

Permalink
Merge pull request #6 from AaronJan/patch-1
Browse files Browse the repository at this point in the history
The comment paramenter of `$phoneNumbers`  should be an array
  • Loading branch information
qcloudsms authored May 3, 2018
2 parents 8ee474a + 4e2b26b commit 54b87eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmsMultiSender.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct($appid, $appkey)
*
* @param int $type 短信类型,0 为普通短信,1 营销短信
* @param string $nationCode 国家码,如 86 为中国
* @param string $phoneNumbers 不带国家码的手机号列表
* @param array $phoneNumbers 不带国家码的手机号列表
* @param string $msg 信息内容,必须与申请的模板格式一致,否则将返回错误
* @param string $extend 扩展码,可填空串
* @param string $ext 服务端原样返回的参数,可填空串
Expand Down

0 comments on commit 54b87eb

Please sign in to comment.