We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47e512 commit 9ff3e87Copy full SHA for 9ff3e87
sample/getBlindWatermark.php
@@ -38,7 +38,7 @@
38
$result = $cosClient->ImageProcess(array(
39
'Bucket' => 'examplebucket-1250000000', //存储桶名称,由BucketName-Appid 组成,可以在COS控制台查看 https://console.cloud.tencent.com/cos5/bucket
40
'Key' => 'exampleobject',
41
- 'PicOperations' => $picOperations->queryString(),
+ 'PicOperations' => $picOperationsTemplate->queryString(),
42
));
43
// 请求成功
44
print_r($result);
0 commit comments