作者 lyh

gx

@@ -76,7 +76,7 @@ class FileController @@ -76,7 +76,7 @@ class FileController
76 $this->response('指定文件已被系统删除!', Code::USER_ERROR); 76 $this->response('指定文件已被系统删除!', Code::USER_ERROR);
77 } 77 }
78 // 设置Content-Type头部 78 // 设置Content-Type头部
79 - header("Content-Type: video/mp4"); 79 +// header("Content-Type: video/mp4");
80 // 发送完整文件 80 // 发送完整文件
81 readfile($path); 81 readfile($path);
82 exit; 82 exit;