From 61bf44648aec3a56a9ead9168306c933552d8ecf Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期六, 15 十一月 2025 21:55:08 +0800
Subject: [PATCH] new

---
 WebApi/Gs.Toolbox/InterfaceUtil.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/WebApi/Gs.Toolbox/InterfaceUtil.cs b/WebApi/Gs.Toolbox/InterfaceUtil.cs
index d56ae82..006c27a 100644
--- a/WebApi/Gs.Toolbox/InterfaceUtil.cs
+++ b/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;

--
Gitblit v1.9.3