作者 lyh

geo脚本设置

... ... @@ -76,6 +76,7 @@ class GeoQuestionRes extends Command
$geoLogModel = new GeoQuestionLog();
foreach ($taskInfo['question'] as $question) {
foreach ($platformsArr as $platform) {
$data = [];
$error_num = 0;
// 设置重试, 有的平台不一定能正常获取到数据
GET_RESULT:
... ...