作者 lyh

gx

@@ -70,8 +70,6 @@ class ImageController @@ -70,8 +70,6 @@ class ImageController
70 $header['Content-Length'] = strlen($content); 70 $header['Content-Length'] = strlen($content);
71 }else{ 71 }else{
72 $path = $this->path.$info['path']; 72 $path = $this->path.$info['path'];
73 - var_dump($path);  
74 - die();  
75 if (!is_file($path)) { 73 if (!is_file($path)) {
76 $this->response('指定图片已被系统删除!', Code::USER_ERROR); 74 $this->response('指定图片已被系统删除!', Code::USER_ERROR);
77 } 75 }