|
...
|
...
|
@@ -69,7 +69,9 @@ class ImageController |
|
|
|
$content = file_get_contents($filename);
|
|
|
|
$header['Content-Length'] = strlen($content);
|
|
|
|
}else{
|
|
|
|
$path = $info['path'];
|
|
|
|
$path = $this->path.$info['path'];
|
|
|
|
var_dump($path);
|
|
|
|
die();
|
|
|
|
if (!is_file($path)) {
|
|
|
|
$this->response('指定图片已被系统删除!', Code::USER_ERROR);
|
|
|
|
}
|
...
|
...
|
|