|
@@ -73,14 +73,14 @@ class GetTaskInfo extends Command
|
|
'task_id' => $syncInfo->sync_task_id
|
|
'task_id' => $syncInfo->sync_task_id
|
|
]);
|
|
]);
|
|
if(false === $parsedContent || (0 != $parsedContent['errcode'] ?? 0)) {
|
|
if(false === $parsedContent || (0 != $parsedContent['errcode'] ?? 0)) {
|
|
- return $parsedContent['task_info'];
|
|
|
|
- } else {
|
|
|
|
myLog('GetTaskInfo')->error('拉取上传短剧任务查询失败', [
|
|
myLog('GetTaskInfo')->error('拉取上传短剧任务查询失败', [
|
|
'task_id' => $syncInfo->sync_task_id,
|
|
'task_id' => $syncInfo->sync_task_id,
|
|
'appid' => $appid,
|
|
'appid' => $appid,
|
|
'result' => $parsedContent,
|
|
'result' => $parsedContent,
|
|
]);
|
|
]);
|
|
return [];
|
|
return [];
|
|
|
|
+ } else {
|
|
|
|
+ return $parsedContent['task_info'];
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|