以上是测试返回结果
HttpHelper Http = new HttpHelper();
HttpItem item = new HttpItem()
{
URL = string.Format(@"https://portal.shop.letv.com/order/api/web/insert/fastBuyRushOrder.jsonp?fast_address_id={0}&order_way=0&rush_id={1}&productid_promotionid_quantityingroup_quantity={2}", addressid, rushId, productid),
Method = "GET",
ContentType = "application/x-www-form-urlencoded",//返回类型 可选项有默认值
Referer = MyList.huodongUrl,
Cookie = Cookies
};
HttpResult result = Http.GetHtml(item);
result = Http.GetHtml(item);
string html = result.Html;
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->