作者 jinglong
1 个管道 的构建 通过 耗费 0 秒

删除本地图片

@@ -54,9 +54,9 @@ class Qiniu @@ -54,9 +54,9 @@ class Qiniu
54 $url = $fileType == 'image' ? $this->getImageUrl($file, $watermark) : $this->getFileDownloadUrl($file); 54 $url = $fileType == 'image' ? $this->getImageUrl($file, $watermark) : $this->getFileDownloadUrl($file);
55 55
56 $sys = $this->getOperateSys(); 56 $sys = $this->getOperateSys();
57 - 57 +
58 if($sys == 'Linux'){ 58 if($sys == 'Linux'){
59 - $file = ROOT_PATH.'public/upload/'.$file; 59 + $file = ROOT_PATH.'/public/upload/'.$file;
60 unlink($file);//适用于linux 60 unlink($file);//适用于linux
61 } 61 }
62 return [ 62 return [