|
@@ -85,7 +85,7 @@ class Qiniu extends Core implements Config
|
|
|
|
|
|
$this->output['file'] = $this->file;
|
|
|
$this->output['url'] = $this->host . $this->file;
|
|
|
- $this->output['url'] = '{uploadYun}_'.$this->config['yun'].'_' . $this->file;
|
|
|
+ $this->output['url'] = '{uploadYun}['.$this->config['yun'].']' . $this->file;
|
|
|
return $this->output['file'];
|
|
|
}
|
|
|
|