正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -54,6 +54,7 @@ class CosService | @@ -54,6 +54,7 @@ class CosService | ||
| 54 | ],true); | 54 | ],true); |
| 55 | } | 55 | } |
| 56 | // 上传文件 | 56 | // 上传文件 |
| 57 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($options, true) . PHP_EOL, FILE_APPEND); | ||
| 57 | $res = $cosClient->putObject($options); | 58 | $res = $cosClient->putObject($options); |
| 58 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND); | 59 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND); |
| 59 | return $key; | 60 | return $key; |
-
请 注册 或 登录 后发表评论