@@ -88,6 +88,7 @@ class Oss 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;
return $this->output['file'];
}
@@ -85,6 +85,7 @@ class Qiniu extends Core implements Config