|

楼主 |
发表于 2016-6-29 17:00:25
|
显示全部楼层
item = new HttpItem()
{
URL = "http://i.sdo.com/accInfo?sndaid="+a.data.sndaId+"&cache=0&_=1467125130030",
Cookie = cookie,
Host = "i.sdo.com",
Referer= "http://i.sdo.com/#routeto=info",
Accept = "application/json, text/javascript, */*; q=0.01",
ContentType = "application/json;charset=utf-8",
ProxyIp = Ip,
Expect100Continue = false,
};
item.Header.Add("X-Requested-With", "XMLHttpRequest");
result = http.GetHtml(item); |
|