作者 lyh

Merge branch 'master-server' of http://47.244.231.31:8099/zhl/globalso-v6

@@ -53,7 +53,6 @@ class CosService @@ -53,7 +53,6 @@ class CosService
53 ], true); 53 ], true);
54 } 54 }
55 $res = $cosClient->putObject($options); 55 $res = $cosClient->putObject($options);
56 - @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND);  
57 return $key; 56 return $key;
58 } 57 }
59 58