|
@@ -1099,6 +1099,8 @@ end:
|
|
}
|
|
}
|
|
|
|
|
|
url += "/getreportofflinesn.do?";
|
|
url += "/getreportofflinesn.do?";
|
|
|
|
+
|
|
|
|
+ item.URL = url;
|
|
#endregion
|
|
#endregion
|
|
item.ContentType = "application/x-www-form-urlencoded";
|
|
item.ContentType = "application/x-www-form-urlencoded";
|
|
HttpResult result = http.GetHtml(item);
|
|
HttpResult result = http.GetHtml(item);
|