diff --git a/app/api/controller/XunFeiController.php b/app/api/controller/XunFeiController.php index a5f63ddf2..417c67d1d 100644 --- a/app/api/controller/XunFeiController.php +++ b/app/api/controller/XunFeiController.php @@ -149,7 +149,7 @@ class XunFeiController extends BaseApiController // 临时方案 copy($file, $copyFile); - $last_file = 'a1fcdd96c7967b48add17b52ab456368.mp3'; + // $last_file = 'a1fcdd96c7967b48add17b52ab456368.mp3'; $curl_url = "https://dev.app.tword.cn/ffmpeg.php?file={$last_file}"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $curl_url);