Skip to content

Commit 37ffda9

Browse files
committed
style:modify upload_with_qvmzone.php
1 parent 13061bf commit 37ffda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/upload_with_qvmzone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// 指定 config
3232
$uploadMgr = new UploadManager($config);
3333

34-
list($ret, $err) = $uploadMgr->putFile($uptoken, null, $filePath);
34+
list($ret, $err) = $uploadMgr->putFile($uptoken, $key, $filePath);
3535
echo "\n====> putFile result: \n";
3636
if ($err !== null) {
3737
var_dump($err);

0 commit comments

Comments
 (0)