|
...
|
...
|
@@ -54,7 +54,7 @@ class ImageController |
|
|
|
$this->response('指定图片不存在!', Code::USER_ERROR);
|
|
|
|
}
|
|
|
|
//查看缩略图是否存在
|
|
|
|
// $header['Content-Type'] = 'image/'.$info['type'];
|
|
|
|
$header['Content-Type'] = 'image/'.$info['type'];
|
|
|
|
$filename = $this->path . $info['hash'] . $w . '_' . $h;
|
|
|
|
if(is_file($filename)){
|
|
|
|
$last_modified_time = gmdate(time() + ((30 * 60 * 60 * 24))) . " GMT";
|
...
|
...
|
|