We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bbb34 commit c3bc426Copy full SHA for c3bc426
docs/gist/pfop.php
@@ -19,7 +19,7 @@
19
$encodedFops = urlencode($fops);
20
$encodedNotifyURL = urlencode($notifyURL);
21
22
-$apiHost = "http://iovip.qbox.me";
+$apiHost = "http://api.qiniu.com";
23
$apiPath = "/pfop/";
24
$requestBody = "bucket=$encodedBucket&key=$encodedKey&fops=$encodedFops¬ifyURL=$encodedNotifyURL";
25
if ($force !== 0) {
0 commit comments