正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -365,7 +365,7 @@ class Almighty extends Api | @@ -365,7 +365,7 @@ class Almighty extends Api | ||
365 | { | 365 | { |
366 | $filename = $this->request->param('filename'); | 366 | $filename = $this->request->param('filename'); |
367 | empty($filename) && $this->error('请输入音频地址'); | 367 | empty($filename) && $this->error('请输入音频地址'); |
368 | - $suffix = strtolower(pathinfo($fileInfo['name'], PATHINFO_EXTENSION)); | 368 | + $suffix = strtolower(pathinfo($filename, PATHINFO_EXTENSION)); |
369 | if (!in_array($suffix, ['pcm', 'wav', 'amr', 'm4a', 'mp3'])) { | 369 | if (!in_array($suffix, ['pcm', 'wav', 'amr', 'm4a', 'mp3'])) { |
370 | $this->error('不支持该音频格式'); | 370 | $this->error('不支持该音频格式'); |
371 | } | 371 | } |
-
请 注册 或 登录 后发表评论