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 e0a05a7 commit be8d4beCopy full SHA for be8d4be
examples/saveas.php
@@ -23,4 +23,6 @@
23
//最终得到的完整下载URL
24
$finalURL = "http://".$newurl."/sign/".$accessKey.":".$encodedSign;
25
26
- return $finalURL;
+ $callbackBody = file_get_contents("$finalURL");
27
+
28
+ echo $callbackBody;
0 commit comments