Commit b5cc7444 by 冷斌

fix bug

parent dbfa69b6
......@@ -60,8 +60,6 @@ class Qiniu_Lite {
$fileUrl = $config['space_host'] . '/' . $fileName;
DI()->logger->debug('succeed to upload file to qiniu', $ret);
}
var_dump(array('Err' => $err->Err, 'Reqid' => $err->Reqid, 'Details' => $err->Details, 'Code' => $err->Code), $fileUrl);
die;
return $fileUrl;
}
......
......@@ -10,7 +10,8 @@ global $QINIU_SECRET_KEY;
$SDK_VER = "6.1.9";
$QINIU_UP_HOST = 'http://upload.qiniup.com';
//$QINIU_UP_HOST = 'http://upload.qiniup.com';
$QINIU_UP_HOST = 'http://up-z2.qiniup.com';
$QINIU_RS_HOST = 'http://rs.qbox.me';
$QINIU_RSF_HOST = 'http://rsf.qbox.me';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment