|
...
|
...
|
@@ -345,9 +345,9 @@ class UpdateSeoTdk extends Command |
|
|
|
}
|
|
|
|
if(empty($v['description'])){
|
|
|
|
$name = $this->companyName($project_id);
|
|
|
|
if(!empty($name)){
|
|
|
|
// if(!empty($name)){
|
|
|
|
$data['description'] = $this->ai_send('page_meta_description',$v['name'],$name);
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
if(!$data){
|
|
|
|
continue;
|
...
|
...
|
|