Commit cd858ab0 by doszhang

dos

parent a9c04f35
......@@ -157,7 +157,7 @@ class IndexController extends Controller
$qiniu = new QiniuStorage($config);
$opt = array();
$result = $qiniu->upload($opt, $upfile);
var_dump($result);die();
var_dump($qiniu);die();
$url = $qiniu->downlink($fileName);
return $url;
}
......
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 sign in to comment