作者 lyh

gx

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