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