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 aa6dcc7 commit 57e8e35Copy full SHA for 57e8e35
sample/createDocProcessJobs.php
@@ -16,7 +16,7 @@
16
$result = $cosClient->createDocProcessJobs(array(
17
'Bucket' => 'examplebucket-1250000000', //格式:BucketName-APPID
18
'Tag' => 'DocProcess', //任务的 Tag:DocProcess 固定值
19
- 'QueueId' => 'pd8e422a2ea134165a92f2012ea43fa48', //任务所在的队列 ID
+ 'QueueId' => 'pd8e422a2ea134165a92f2012ea43****', //任务所在的队列 ID
20
'Input' => array(
21
'Object' => 'Append功能测试.pdf' //待操作的文件对象
22
),
0 commit comments