//留言评价 public ActionResult Message(string ActivityNmae, string Text, string Id, string UserId) { //if (!String.IsNullOrEmpty(SessionHelper.userid)) //{ UserId = "16BB93E1-3C85-47C5-A5C6-735A5C213320"; ServiceTemplate service = new ServiceTemplate(); return(Json(service.AddMessage(ActivityNmae, Text, UserId, Id))); //} //return Json(0); }