|
...
|
...
|
@@ -30,7 +30,7 @@ class SyncVideo extends Command |
|
|
|
public function handle()
|
|
|
|
{
|
|
|
|
$path = $this->argument('path');
|
|
|
|
$this->param['name'] = basename($this->param['path']);
|
|
|
|
$this->param['name'] = basename($path);
|
|
|
|
$this->param['path'] = str_replace('/'.$this->param['name'],'',$path);
|
|
|
|
$file_path = $this->getUrl($this->param['path'].'/'.$this->param['name'], 0,0);
|
|
|
|
$cmd = 'curl -F "file_path='.$file_path.'" -F "save_path=/www/wwwroot/cos'.$this->param['path'].'" https://v6-file.globalso.com/upload.php';
|
...
|
...
|
|