作者 lyh

GX生成白帽报表脚本

... ... @@ -51,8 +51,8 @@ class GeoQuestionResult extends Command
$geoService = new GeoService();
foreach ($questionArr as $q_item){
foreach ($platformArr as $p_item){
dd($q_item,$p_item);
$geoService->setWebSearchChatAction($q_item,$p_item);
$data = $geoService->setWebSearchChatAction($q_item,$p_item);
dd($data);
}
}
}
... ...