作者 lyh

hx

@@ -66,7 +66,6 @@ class CosService @@ -66,7 +66,6 @@ class CosService
66 ], true); 66 ], true);
67 } 67 }
68 $res = $cosClient->putObject($options); 68 $res = $cosClient->putObject($options);
69 - @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND);  
70 return $key; 69 return $key;
71 } 70 }
72 71