作者 lyh

geo脚本设置

... ... @@ -98,7 +98,7 @@ class GeoQuestionRes extends Command
goto GET_RESULT;
}
} catch (\Exception $e) {
$this->output('task id:' . $task_id . ', question: ' . $question . ', platform: ' . $question . ', error: ' . $e->getMessage());
$this->output('task id:' . $task_id . ', question: ' . $question . ', platform: ' . $platform . ', error: ' . $e->getMessage());
goto GET_RESULT;
}
// 命中文案
... ...