We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f400724 + d18eb10 commit 464f3ebCopy full SHA for 464f3eb
docs/sms/example.php
@@ -7,7 +7,7 @@
7
$sk="xxxx";
8
9
$auth = new Auth($ak, $sk);
10
-$client = new Qiniu\Sms\sms($auth);
+$client = new Qiniu\Sms\Sms($auth);
11
12
//发送信息模块
13
$template_id="1131792074274775040";
0 commit comments