Commit fcac7e7d by 冷斌

fix bug

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