Skip to content

Commit be8d4be

Browse files
committed
输出saveas结果
1 parent e0a05a7 commit be8d4be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/saveas.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@
2323
//最终得到的完整下载URL
2424
$finalURL = "http://".$newurl."/sign/".$accessKey.":".$encodedSign;
2525

26-
return $finalURL;
26+
$callbackBody = file_get_contents("$finalURL");
27+
28+
echo $callbackBody;

0 commit comments

Comments
 (0)