@@ -50,7 +50,7 @@ class Oss extends Core implements Config
if (isset($ret['info']['url'])) {
- $this->file = $ret['info']['url'];
+ $this->file = $this->output['url'];
$file = Dever::load('upload/file-name', array('where_name' => $this->name, 'where_upload' => $this->data['key'], 'rand' => time()));
if (!$this->limit) {