作者 lyh

GX生成白帽报表脚本

@@ -57,6 +57,8 @@ class GeoQuestionRes extends Command @@ -57,6 +57,8 @@ class GeoQuestionRes extends Command
57 echo date('Y-m-d H:i:s').'请求平台为空。'.PHP_EOL; 57 echo date('Y-m-d H:i:s').'请求平台为空。'.PHP_EOL;
58 continue; 58 continue;
59 } 59 }
  60 + dd(111);
  61 + echo '123'.json_encode($platformArr).PHP_EOL;
60 $geoService = new GeoService(); 62 $geoService = new GeoService();
61 $keywordArr = $info['keywords'] ?? []; 63 $keywordArr = $info['keywords'] ?? [];
62 $urlArr = $info['url'] ?? []; 64 $urlArr = $info['url'] ?? [];