public ActionResult UpdatePay(PaymentMethods model) { payservice.UpdatePay(model); TempData["message"] = "成功修改付款方式"; return(RedirectToRoute(new { Controlller = "Admin", Action = "Pay" })); }