This commit is contained in:
Dai 2024-08-13 15:34:04 +08:00
parent 3054ed4ba6
commit aa61d58264

View File

@ -515,7 +515,7 @@ class TeacherScheduleTimeController extends Crud
return json([
'code' => ResponseCode::WEB_API_SUCCESS,
'data' => [
'url' => getenv('SERVER_DOMAIN') . $file_path . $file_name,
'file_url' => getenv('SERVER_DOMAIN') . $file_path . $file_name,
// 'file_url' => 'http://course.test' . $file_path . $file_name,
'file_name' => $file_name
],