正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -75,8 +75,8 @@ class GeoQuestionRes extends Command | @@ -75,8 +75,8 @@ class GeoQuestionRes extends Command | ||
| 75 | $geoResultModel = new GeoQuestionResult(); | 75 | $geoResultModel = new GeoQuestionResult(); |
| 76 | $geoLogModel = new GeoQuestionLog(); | 76 | $geoLogModel = new GeoQuestionLog(); |
| 77 | foreach ($taskInfo['question'] as $question) { | 77 | foreach ($taskInfo['question'] as $question) { |
| 78 | - $error_num = 0; | ||
| 79 | foreach ($platformsArr as $platform) { | 78 | foreach ($platformsArr as $platform) { |
| 79 | + $error_num = 0; | ||
| 80 | // 设置重试, 有的平台不一定能正常获取到数据 | 80 | // 设置重试, 有的平台不一定能正常获取到数据 |
| 81 | GET_RESULT: | 81 | GET_RESULT: |
| 82 | $error_num++; | 82 | $error_num++; |
-
请 注册 或 登录 后发表评论