作者 lyh

gxAiblog自动发布

... ... @@ -61,6 +61,7 @@ class lyhDemo extends Command
foreach ($aiLists as $item){
if(!empty($item['seo_description'])){
$arr = explode(',',$item['seo_description']);
dd($arr);
if($arr[0] != $item['seo_description']){
$text = $this->trimToLastFullWord($item['seo_description']);
}else{
... ...