Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlguo committed Jul 8, 2024
1 parent b47e512 commit 9ff3e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/getBlindWatermark.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
$result = $cosClient->ImageProcess(array(
'Bucket' => 'examplebucket-1250000000', //存储桶名称,由BucketName-Appid 组成,可以在COS控制台查看 https://console.cloud.tencent.com/cos5/bucket
'Key' => 'exampleobject',
'PicOperations' => $picOperations->queryString(),
'PicOperations' => $picOperationsTemplate->queryString(),
));
// 请求成功
print_r($result);
Expand Down

0 comments on commit 9ff3e87

Please sign in to comment.