摘要: public ActionResult Login(string data) { var _params = JsonConvert.DeserializeAnonymousType(data, new { userName = "", password = "" }); string userIdMd5 = _pa... 阅读全文
posted @ 2018-04-18 16:58 chester·chen 阅读(451) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using cpf360.Common; using cpf360.DTO; namespace hanli_project.Filters { public class H... 阅读全文
posted @ 2018-04-18 16:56 chester·chen 阅读(174) 评论(0) 推荐(0) 编辑