作者 lyh

gx

@@ -51,10 +51,12 @@ class CosService @@ -51,10 +51,12 @@ class CosService
51 'rule' => 'watermark/2/text/dGVzdA/gravity/center' 51 'rule' => 'watermark/2/text/dGVzdA/gravity/center'
52 ] 52 ]
53 ] 53 ]
54 - ], JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); 54 + ], true);
55 } 55 }
  56 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($options, true) . PHP_EOL, FILE_APPEND);
56 // 上传文件 57 // 上传文件
57 $res = $cosClient->putObject($options); 58 $res = $cosClient->putObject($options);
  59 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND);
58 return $key; 60 return $key;
59 } 61 }
60 62