Skip to content

Commit 57e8e35

Browse files
committed
fix sample
1 parent aa6dcc7 commit 57e8e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/createDocProcessJobs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$result = $cosClient->createDocProcessJobs(array(
1717
'Bucket' => 'examplebucket-1250000000', //格式:BucketName-APPID
1818
'Tag' => 'DocProcess', //任务的 Tag:DocProcess 固定值
19-
'QueueId' => 'pd8e422a2ea134165a92f2012ea43fa48', //任务所在的队列 ID
19+
'QueueId' => 'pd8e422a2ea134165a92f2012ea43****', //任务所在的队列 ID
2020
'Input' => array(
2121
'Object' => 'Append功能测试.pdf' //待操作的文件对象
2222
),

0 commit comments

Comments
 (0)