摘要:
public ActionResult Login(string data) { var _params = JsonConvert.DeserializeAnonymousType(data, new { userName = "", password = "" }); string userIdMd5 = _pa... 阅读全文
posted @ 2018-04-18 16:58
chester·chen
阅读(462)
评论(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
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号