Skip to content

Commit

Permalink
Merge pull request overtrue#11 from HanSon/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
overtrue authored May 24, 2017
2 parents 558714c + 5e3c3c9 commit 524aa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $easySms->send(13188888888,
默认使用 `default` 中的设置来发送,如果某一条短信你想要覆盖默认的设置。在 `send` 方法中使用第三个参数即可:

```php
$easySms->send(13188888888,
$easySms->send(13188888888, [
'content' => '您的验证码为: 6379',
'template' => 'SMS_001',
'data' => [
Expand Down

0 comments on commit 524aa1a

Please sign in to comment.