|
...
|
...
|
@@ -13,6 +13,7 @@ use App\Models\Com\KeywordVideoTaskLog; |
|
|
|
use App\Models\Domain\DomainInfo;
|
|
|
|
use Illuminate\Console\Command;
|
|
|
|
use Illuminate\Support\Facades\DB;
|
|
|
|
use Illuminate\Support\Facades\Log;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :通知C端生成界面
|
|
...
|
...
|
@@ -65,6 +66,7 @@ class Notice extends Command |
|
|
|
}
|
|
|
|
foreach ($domainList as $v1){
|
|
|
|
//TODO::通知C端
|
|
|
|
@file_put_contents(storage_path('logs/notice_c_'.date('Y-m-d').'.log'), var_export($v1['domain'], true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$this->curlDelRoute($v1['domain'],$v1['project_id']);
|
|
|
|
}
|
|
|
|
return true;
|
...
|
...
|
|