|
...
|
...
|
@@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|