|
...
|
...
|
@@ -41,6 +41,7 @@ class CosService |
|
|
|
'Body' => $Body,
|
|
|
|
];
|
|
|
|
//水印
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($watermarkOptions, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
if ($watermarkOptions) {
|
|
|
|
$options['PicOperations'] = json_encode([
|
|
|
|
'is_pic_info' => 1,
|
...
|
...
|
|