正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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 [ |
-
请 注册 或 登录 后发表评论