case 3649

This commit is contained in:
2018-08-22 23:28:09 +00:00
parent c0fa396b65
commit ad018fb88e
23 changed files with 29 additions and 29 deletions

View File

@@ -27,7 +27,7 @@ namespace GZTW.AyaNova.BLL
{
//download the update xml
WebClient wc = new WebClient();
Stream strm = wc.OpenRead("http://www.ayanova.com/updates/updates.xml");
Stream strm = wc.OpenRead("https://www.ayanova.com/updates/updates.xml");//case 3649
DataSet ds = new DataSet();
ds.ReadXml(strm);
strm.Close();