|
...
|
...
|
@@ -57,7 +57,7 @@ class AiBlogTask extends Command |
|
|
|
$aiBlogService->key = $aiSettingInfo['key'];
|
|
|
|
$aiBlogService->task_id = $item['task_id'];
|
|
|
|
$result = $aiBlogService->getDetail();
|
|
|
|
if($result['status'] != 200){
|
|
|
|
if(!isset($result['status']) || $result['status'] != 200){
|
|
|
|
sleep(5);
|
|
|
|
continue;
|
|
|
|
}
|
...
|
...
|
|