|
...
|
...
|
@@ -57,12 +57,11 @@ 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'] ?? [];
|
|
|
|
$geoResultModel = new GeoQuestionResult();
|
|
|
|
dd(22222222);
|
|
|
|
foreach ($questionArr as $q_item){
|
|
|
|
foreach ($platformArr as $p_item){
|
|
|
|
$keywords = [];//命中的关键词
|
...
|
...
|
|