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