📅  最后修改于: 2022-03-11 15:02:01.510000             🧑  作者: Mango
Model.remove({ _id: req.body.id }, function(err) {
if (!err) {
message.type = 'notification!';
}
else {
message.type = 'error';
}
});