瀏覽代碼

filesystem class

zhangdehua 7 月之前
父節點
當前提交
26187a8e07
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/store/controller/Upload.php

+ 1 - 0
app/store/controller/Upload.php

@@ -76,6 +76,7 @@ class Upload extends Controller
         $bucket = $storage->bucket('freeshippingvps');
 
         $filePath = config('app.host') . '/uploads/' . $fileInfo['file_path'];
+        Log::error($filePath);
         $storageObj = $bucket->upload(
             fopen($filePath, 'r'),
             [