正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -346,7 +346,7 @@ class UpdateSeoTdk extends Command | @@ -346,7 +346,7 @@ class UpdateSeoTdk extends Command | ||
| 346 | if(empty($v['description'])){ | 346 | if(empty($v['description'])){ |
| 347 | $name = $this->companyName($project_id); | 347 | $name = $this->companyName($project_id); |
| 348 | // if(!empty($name)){ | 348 | // if(!empty($name)){ |
| 349 | - $data['description'] = $this->ai_send('page_meta_description',$v['name'],$name); | 349 | + $data['description'] = $this->ai_send('page_meta_description',$v['name']); |
| 350 | // } | 350 | // } |
| 351 | } | 351 | } |
| 352 | if(!$data){ | 352 | if(!$data){ |
| @@ -414,8 +414,8 @@ class UpdateSeoTdk extends Command | @@ -414,8 +414,8 @@ class UpdateSeoTdk extends Command | ||
| 414 | 'keywords'=>$keywords, | 414 | 'keywords'=>$keywords, |
| 415 | ]; | 415 | ]; |
| 416 | $data = Common::send_openai_msg($chat_url,$param,$name); | 416 | $data = Common::send_openai_msg($chat_url,$param,$name); |
| 417 | - $data['text'] = Common::deal_keywords($data['text']); | ||
| 418 | - $data['text'] = Common::deal_str($data['text']); | 417 | +// $data['text'] = Common::deal_keywords($data['text']); |
| 418 | +// $data['text'] = Common::deal_str($data['text']); | ||
| 419 | return $data['text']; | 419 | return $data['text']; |
| 420 | } | 420 | } |
| 421 | 421 |
-
请 注册 或 登录 后发表评论