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