wesmiler hace 1 mes
padre
commit
9cd447c1af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/QiniuService.php

+ 1 - 1
app/Services/QiniuService.php

@@ -79,7 +79,7 @@ class QiniuService extends BaseService
             $this->error = 'QINIU图片上传失败:' . $err->getMessage();
             return false;
         } else {
-            return $this->host . '/' . $filename;
+            return  '/qiniu/' . $filename;
         }
     }