作者 lyh

gxAiblog自动发布

... ... @@ -58,7 +58,7 @@ class lyhDemo extends Command
$aiBlogModel = new AiBlog();
$aiLists = $aiBlogModel->list(['status'=>2]);
if(!empty($aiLists)){
foreach ($AiLists as $item){
foreach ($aiLists as $item){
if(!empty($item['seo_description'])){
$text = $this->trimToLastFullWord($item['seo_description']);
echo $text.PHP_EOL;
... ...