Add file size limitation desc in README

master v0.1.3
qcloudsms 6 years ago
parent a34200b499
commit 0091f1811c
  1. 5
      README.md

@ -278,6 +278,7 @@ try {
use Qcloud\Sms\VoiceFileUploader;
try {
// Note: 语音文件大小上传限制400K字节
$filepath = "path/to/example.mp3";
$fileContent = file_get_contents($filepath);
if ($fileContent == false) {
@ -304,7 +305,7 @@ try {
use Qcloud\Sms\FileVoiceSender;
try {
// :这里$fid来自`上传语音文件`接口返回的响应,要按语音
// Note:这里$fid来自`上传语音文件`接口返回的响应,要按语音
// 文件fid发送语音通知,需要先上传语音文件获取$fid
$fid = "73844bb649ca38f37e596ec2781ce6a56a2a3a1b.mp3";
$fvsender = new FileVoiceSender($appid, $appkey);
@ -319,7 +320,7 @@ try {
> `Note` 按'语音文件fid发送语音通知'功能需要联系腾讯云短信技术支持(QQ:3012203387)才能开通
- **指定模板发送语音通知**
- **指定模板发送语音通知**
```php
use Qcloud\Sms\TtsVoiceSender;

Loading…
Cancel
Save