if (!validator.isMongoId(replyId)) {
    res.status(400);
    return res.send({success: false, error_msg: '不是有效的评论id'});
  }