WebApi/Gs.Toolbox/InterfaceUtil.cs
@@ -39,6 +39,14 @@ { url = AppSettingsHelper.getValueByKey("TestErpUrl4"); } else if (urlType == 5) { url = AppSettingsHelper.getValueByKey("TestErpUrl5"); } else if (urlType == 6) { url = AppSettingsHelper.getValueByKey("TestErpUrl6"); } HttpWebRequest request = null; StreamWriter requestStream = null; WebResponse response = null;