Commit c94d0889 c94d08892d0d511c5f65d8575bd8843d22a99eb0 by lemon

加入销毁变量

1 parent 1c7fe263
......@@ -97,9 +97,12 @@ class StakeholderIncomeSyncCommand extends Command
$this->consumeTask($redis, $http_res, $key, $id);
//销毁变量
unset($redis, $id, $task, $serial_no, $http_res, $http_data);
unset($id, $task, $serial_no, $http_res, $http_data);
}
}
unset($redis, $key);
} //while (true) {
}
/**
......