问题代码:
[AcceptVerbs(HttpVerbs.Post)] public ActionResult Manager(PocRequest model)//需要把model 换成PocRequest(大小写无所谓) { ...... }