作者 lyh

gx

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