正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -67,6 +67,7 @@ class AmazonS3Service | @@ -67,6 +67,7 @@ class AmazonS3Service | ||
| 67 | public function syncImageFiles($files) | 67 | public function syncImageFiles($files) |
| 68 | { | 68 | { |
| 69 | $file_link = $this->fetchRemoteImage($files); | 69 | $file_link = $this->fetchRemoteImage($files); |
| 70 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export('图片:'.$file_link, true) . PHP_EOL, FILE_APPEND); | ||
| 70 | $key = str_replace_url($files); | 71 | $key = str_replace_url($files); |
| 71 | // try { | 72 | // try { |
| 72 | $context = stream_context_create([ | 73 | $context = stream_context_create([ |
-
请 注册 或 登录 后发表评论