作者 lyh

gx

... ... @@ -204,7 +204,7 @@ class UpdateSeoTdk extends Command
if($field == 'keywords' || $field == 'seo_keywords'){
$update[$table]['keyword']++;
}
if($field == 'seo_description' || $field == 'description'){
if($field == 'seo_description' || $field == 'description' || $field == 'seo_des'){
$update[$table]['des']++;
}
$data[$field] = $this->ai_send($prompt);
... ... @@ -238,7 +238,7 @@ class UpdateSeoTdk extends Command
if($field == 'keywords' || $field == 'seo_keywords'){
$update[$table]['keyword']++;
}
if($field == 'seo_description' || $field == 'description'){
if($field == 'seo_description' || $field == 'description' || $field == 'seo_des'){
$update[$table]['des']++;
}
}
... ...