|
...
|
...
|
@@ -82,6 +82,7 @@ class GeoQuestionRes extends Command |
|
|
|
$error_num++;
|
|
|
|
try {
|
|
|
|
if ($platform == 'Google AI Overview') {
|
|
|
|
continue;
|
|
|
|
// overview 数据结构不确定, 需要单独处理数据
|
|
|
|
$data = $geo_service->getGooglePlatformResult($question);
|
|
|
|
$result = $this->dealGoogleData($data);
|
...
|
...
|
|