dever 4 년 전
부모
커밋
64d92bc9b0
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Store/Oss.php
  2. 1 0
      lib/Store/Qiniu.php

+ 1 - 0
lib/Store/Oss.php

@@ -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'];
     }
     

+ 1 - 0
lib/Store/Qiniu.php

@@ -85,6 +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;
         return $this->output['file'];
     }