Commit 7b931681 7b93168164ed43f844b401cc7d06cb98aebbe76e by lemon

执行任务

1 parent c94d0889
...@@ -97,7 +97,7 @@ class StakeholderIncomeSyncCommand extends Command ...@@ -97,7 +97,7 @@ class StakeholderIncomeSyncCommand extends Command
97 $this->consumeTask($redis, $http_res, $key, $id); 97 $this->consumeTask($redis, $http_res, $key, $id);
98 98
99 //销毁变量 99 //销毁变量
100 unset($id, $task, $serial_no, $http_res, $http_data); 100 unset($task, $serial_no, $http_res, $http_data);
101 } 101 }
102 102
103 unset($redis, $key); 103 unset($redis, $key);
......