Commit 7b931681 7b93168164ed43f844b401cc7d06cb98aebbe76e by lemon

执行任务

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