Commit 6af406c4 by 冷斌

fix bug

parent cd020f3d
......@@ -9,6 +9,7 @@ class QiniuStorage {
public $timeout = '';
public function __construct($config){
echo 1;die;
$this->sk = $config['secretKey'];
$this->ak = $config['accessKey'];
$this->domain = $config['domain'];
......
......@@ -9,7 +9,6 @@
public $timeout = '';
public function __construct($config){
echo 1;die;
$this->sk = $config['secretKey'];
$this->ak = $config['accessKey'];
$this->domain = $config['domain'];
......
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