作者 lyh

geo脚本设置

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