diff --git a/app/api/controller/XunFeiController.php b/app/api/controller/XunFeiController.php index e87c7e089..cc10332fa 100644 --- a/app/api/controller/XunFeiController.php +++ b/app/api/controller/XunFeiController.php @@ -231,7 +231,7 @@ class XunFeiController extends BaseApiController fclose($audioFile); // 删除临时音频文件 if (file_exists($file)) { - unlink($file); + //unlink($file); } return $this->data(['words' => $words]); }