作者 lyh

gx

... ... @@ -225,6 +225,8 @@ class FileController
*/
public function downLoad(){
$file_model = new File();
var_dump($this->param['path']);
die();
$info = $file_model->read(['path' => str_replace_url($this->param['path'])]);
if ($info === false) {
$this->response('指定文件不存在!', Code::USER_ERROR);
... ...