Skip to content

Commit c3bc426

Browse files
committed
api host fix
1 parent 52bbb34 commit c3bc426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gist/pfop.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$encodedFops = urlencode($fops);
2020
$encodedNotifyURL = urlencode($notifyURL);
2121

22-
$apiHost = "http://iovip.qbox.me";
22+
$apiHost = "http://api.qiniu.com";
2323
$apiPath = "/pfop/";
2424
$requestBody = "bucket=$encodedBucket&key=$encodedKey&fops=$encodedFops&notifyURL=$encodedNotifyURL";
2525
if ($force !== 0) {

0 commit comments

Comments
 (0)