作者 lyh

变更数据

... ... @@ -34,6 +34,7 @@ class SyncFile extends Command
public function handle(){
while (true){
$task_id = $this->getTaskId();
echo "task_id:$task_id\n";
if(empty($task_id)){
sleep(100);
continue;
... ...