diff --git a/app/api/controller/XunFeiController.php b/app/api/controller/XunFeiController.php index 1392dcf21..a222006c1 100644 --- a/app/api/controller/XunFeiController.php +++ b/app/api/controller/XunFeiController.php @@ -267,7 +267,7 @@ class XunFeiController extends BaseApiController } catch (\Exception $e) { return $this->fail($e->getMessage().''); } - return $this->data(['audio_file' => '/uploads/audio/' . date('Ymd') . '/' . $file_name]); + return $this->data(['audio_file' => 'https://ceshi-worker-task.lihaink.cn/uploads/audio/' . date('Ymd') . '/' . $file_name]); } }