Skip to content

Commit 9ff3e87

Browse files
author
justinlguo
committed
fix error
1 parent b47e512 commit 9ff3e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/getBlindWatermark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
$result = $cosClient->ImageProcess(array(
3939
'Bucket' => 'examplebucket-1250000000', //存储桶名称,由BucketName-Appid 组成,可以在COS控制台查看 https://console.cloud.tencent.com/cos5/bucket
4040
'Key' => 'exampleobject',
41-
'PicOperations' => $picOperations->queryString(),
41+
'PicOperations' => $picOperationsTemplate->queryString(),
4242
));
4343
// 请求成功
4444
print_r($result);

0 commit comments

Comments
 (0)