string req = HttpUtility.UrlDecode(thisContext.Request.QueryString["CookieJdConsignee"]);
Consignee con = LitJson.JsonMapper.ToObject<Consignee>(req);
使用泛型 反射 实体属性,去掉多余属性!
string req = HttpUtility.UrlDecode(thisContext.Request.QueryString["CookieJdConsignee"]);
Consignee con = LitJson.JsonMapper.ToObject<Consignee>(req);
使用泛型 反射 实体属性,去掉多余属性!