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 9715373 commit 94a2a85Copy full SHA for 94a2a85
demo/pfop1.php
@@ -13,8 +13,8 @@
13
$pipeline = 'abc';
14
$pfop = New PersistentFop($auth, $bucket, $pipeline);
15
16
-$key1 = 'saved.mp4';
17
-$entry1 = \Qiniu\base64_urlSafeEncode("$bucket:$key1");
+$savedkey = 'saved.mp4';
+$entry = \Qiniu\base64_urlSafeEncode("$bucket:$savedkey");
18
$fops = "avthumb/mp4/ss/60/t/60|saveas/$entry";
19
20
0 commit comments