file('file'); $aliYunOSService = new AliYunOSService(); $result = $aliYunOSService->upload($file->getRealPath(), $file->getClientOriginalName()); return response()->json(['message' => '上传成功', 'path' => $result]); } }