更新语音

This commit is contained in:
yaooo 2023-10-10 14:25:14 +08:00
parent 7ab4f85bf5
commit 7af80243e8

View File

@ -267,7 +267,7 @@ class XunFeiController extends BaseApiController
} catch (\Exception $e) { } catch (\Exception $e) {
return $this->fail($e->getMessage().''); 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]);
} }
} }