Skip to content

Commit

Permalink
Merge pull request #303 from liangchaoboy/patch-2
Browse files Browse the repository at this point in the history
Update example.php
  • Loading branch information
rwifeng authored Jun 21, 2019
2 parents f400724 + d18eb10 commit 464f3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sms/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$sk="xxxx";

$auth = new Auth($ak, $sk);
$client = new Qiniu\Sms\sms($auth);
$client = new Qiniu\Sms\Sms($auth);

//发送信息模块
$template_id="1131792074274775040";
Expand Down

0 comments on commit 464f3eb

Please sign in to comment.