This commit is contained in:
Dai 2024-08-13 15:30:56 +08:00
parent 2bb1825208
commit 3054ed4ba6

View File

@ -511,7 +511,7 @@ class TeacherScheduleTimeController extends Crud
mkdir($save_path, 0777, true); mkdir($save_path, 0777, true);
} }
$writer->save($save_path . $file_name); $writer->save($save_path . $file_name);
s
return json([ return json([
'code' => ResponseCode::WEB_API_SUCCESS, 'code' => ResponseCode::WEB_API_SUCCESS,
'data' => [ 'data' => [