作者 lyh

GXgeo设置

... ... @@ -80,8 +80,10 @@ class GeoQuestionRes extends Command
$url = array_column($result_data['annotations'], 'url');
$title = array_column($result_data['annotations'], 'title');
$result_data_annotations = array_merge($url,$title,$result_data_annotations);
}
dd($result_data_annotations);
}else{
continue;
}
$keywords = $this->getKeywords($keywordArr,$result_data_annotations ?? []);
$urls = $this->getUrl($urlArr,$result_data_annotations ?? []);
}
... ...