Console.WriteLine(DateTime.Now.ToString());
HttpHelper http = new HttpHelper();
HttpItem item = new HttpItem()
{
URL = "http://api.api68.com/pks/getPksHistoryList.do?lotCode=10037",
Method = "GET",
ContentType = "application/json",
};
HttpResult result = http.GetHtml(item);
string myJson = result.Html;
Console.WriteLine(DateTime.Now.ToString());
| 欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |