正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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; |
-
请 注册 或 登录 后发表评论