作者 lyh

gx

@@ -57,11 +57,7 @@ class AiBlogTask extends Command @@ -57,11 +57,7 @@ class AiBlogTask extends Command
57 sleep(300); 57 sleep(300);
58 continue; 58 continue;
59 } 59 }
60 - $result = $this->sendRequest($task_id);  
61 - if($result == false){  
62 - continue;  
63 - }  
64 - 60 + $this->sendRequest($task_id);
65 } 61 }
66 return true; 62 return true;
67 } 63 }