作者 lyh

GXgeo设置

... ... @@ -128,7 +128,7 @@ class GeoQuestionRes extends Command
$save_data = [
'project_id' => $taskInfo['project_id'],
'question_id' => $task_id,
'type' => $task->type ?? GeoQuestion::TYPE_BRAND,
'type' => $taskInfo['type'] ?? $geoQuestionModel::TYPE_BRAND,
'platform' => $platform,
'question' => $question,
'keywords' => json_encode($hit_keyword,true),//命中的关键词
... ...