public ActionResult Delete(int id) { bool b = LinksService.DeleteByIdSaved(id); return(ResultData(null, b, b ? "删除成功!" : "删除失败!")); }