- 优化抖音逻辑

v6
Chaim 4 years ago
parent 1d074713b3
commit 863b4821c5

@ -78,7 +78,7 @@ class StorageService extends Service
'path' => $this->path, 'path' => $this->path,
'remotely' => $this->remotely, 'remotely' => $this->remotely,
'save_path' => "{$this->path}{$name}", 'save_path' => "{$this->path}{$name}",
'size' => $this->bytes("{$this->path}{$name}") 'size' => $this->bytes($name)
]; ];
} }

Loading…
Cancel
Save