作者 赵彬吉

update

@@ -232,7 +232,7 @@ class UpdateSeoTdk extends Command @@ -232,7 +232,7 @@ class UpdateSeoTdk extends Command
232 $lang = $this->getLang($topic); 232 $lang = $this->getLang($topic);
233 } 233 }
234 if(strpos($prompt, '{keyword}') !== false) { 234 if(strpos($prompt, '{keyword}') !== false) {
235 - $keyword = $this->mainKeywords($project_id, 8); 235 + $keyword = $this->mainKeywords($project_id, 1);
236 if(!$keyword){ 236 if(!$keyword){
237 echo '核心关键词为空 跳过' . PHP_EOL; 237 echo '核心关键词为空 跳过' . PHP_EOL;
238 return false; 238 return false;