作者 lyh

GX生成白帽报表脚本

@@ -51,8 +51,8 @@ class GeoQuestionResult extends Command @@ -51,8 +51,8 @@ class GeoQuestionResult extends Command
51 $geoService = new GeoService(); 51 $geoService = new GeoService();
52 foreach ($questionArr as $q_item){ 52 foreach ($questionArr as $q_item){
53 foreach ($platformArr as $p_item){ 53 foreach ($platformArr as $p_item){
54 - dd($q_item,$p_item);  
55 - $geoService->setWebSearchChatAction($q_item,$p_item); 54 + $data = $geoService->setWebSearchChatAction($q_item,$p_item);
  55 + dd($data);
56 } 56 }
57 } 57 }
58 } 58 }