We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f400724 commit d18eb10Copy full SHA for d18eb10
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