|
@@ -198,8 +198,8 @@ class Oss extends BaseUpload
|
|
|
if ($type == 'all' || $type == $v) {
|
|
if ($type == 'all' || $type == $v) {
|
|
|
$height = 'thumb_' . $v . '_height';
|
|
$height = 'thumb_' . $v . '_height';
|
|
|
$width = 'thumb_' . $v . '_width';
|
|
$width = 'thumb_' . $v . '_width';
|
|
|
|
|
+ $key = 'filePath' . ucfirst($v);
|
|
|
if (isset($config[$height]) && isset($config[$width]) && $config[$height] && $config[$width]) {
|
|
if (isset($config[$height]) && isset($config[$width]) && $config[$height] && $config[$width]) {
|
|
|
- $key = 'filePath' . ucfirst($v);
|
|
|
|
|
$this->fileInfo->$key = $filePath . '?x-oss-process=image/resize,h_' . $config[$height] . ',w_' . $config[$width];
|
|
$this->fileInfo->$key = $filePath . '?x-oss-process=image/resize,h_' . $config[$height] . ',w_' . $config[$width];
|
|
|
$this->fileInfo->$key = $this->water($this->fileInfo->$key);
|
|
$this->fileInfo->$key = $this->water($this->fileInfo->$key);
|
|
|
$data[$v] = $this->fileInfo->$key;
|
|
$data[$v] = $this->fileInfo->$key;
|