attributes['type'] == 1){ return $this->attachmentService->switchImgToAliOss($this->attributes['path'], OssThumbnail::THUMBNAIL_600_Q90); }elseif ($this->attributes['type'] == 2){ return $this->attachmentService->switchImgToAliOss($this->attributes['path']); } } }