作者 lyh

gxdemo脚本

... ... @@ -30,7 +30,7 @@ class SyncVideo extends Command
public function handle()
{
$this->param['path'] = $this->argument('file');
$file_path = $this->getUrl($this->param['path'], 0,$this->param['location']);
$file_path = $this->getUrl($this->param['path'], 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';
echo date('Y-m-d H:i:s') . ' | ' . $cmd . PHP_EOL;
$code = shell_exec($cmd);
... ...