6
0
Fork 0
panliang 2022-08-12 11:29:56 +08:00
parent da854510d5
commit 59cf856929
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ class OssCopy extends Command
$data[$key] = $this->copy($item);
}
} catch (OssException $e) {
$item = is_array($item) ? implode(',', $item) : $item;
$this->error("model: ".get_class($model).", id: ".$model->id.", key: ".$key.", value: " . $item);
}
}