|
...
|
...
|
@@ -53,7 +53,7 @@ class AiVideoListTask extends Command |
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export('执行的项目id->'.$project_id, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
ProjectServer::useProject($project_id);
|
|
|
|
$this->updateBlogList($project_id);
|
|
|
|
// $this->curlDelRoute($project_id);
|
|
|
|
$this->curlDelRoute($project_id);
|
|
|
|
DB::disconnect('custom_mysql');
|
|
|
|
return true;
|
|
|
|
}
|
...
|
...
|
|