|
...
|
...
|
@@ -25,6 +25,7 @@ class CopyImageFileListener implements ShouldQueue |
|
|
|
*/
|
|
|
|
public function handle(CopyImageFile $event)
|
|
|
|
{
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export('进入', true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$this->param = $event->data;
|
|
|
|
$imageModel = new ImageModel();
|
|
|
|
//获取当前项目的所有图片
|
...
|
...
|
|