From bd18a149bfd83807d7cbcf80a2384ef502184a96 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期一, 15 十二月 2025 17:35:55 +0800
Subject: [PATCH] 接口改为富达模式

---
 WebApi/Gs.HostIIS/appsettings.json |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/WebApi/Gs.HostIIS/appsettings.json b/WebApi/Gs.HostIIS/appsettings.json
index 5b32618..83b139e 100644
--- a/WebApi/Gs.HostIIS/appsettings.json
+++ b/WebApi/Gs.HostIIS/appsettings.json
@@ -6,12 +6,12 @@
     }
   },
   "AllowedHosts": "*",
- // "ConnectionStrings": "Data Source=172.100.1.114,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
-  "ConnectionStrings": "Data Source=172.16.2.238,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
+   "ConnectionStrings": "Data Source=172.100.1.114,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
+ // "ConnectionStrings": "Data Source=172.16.2.238,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
 
-  "TestErpUrl": "http://192.168.1.149:8066/WebService1.asmx/MesToErpinfoTest",
-  "TestErpUrl2": "http://192.168.1.149:8066/WebService1.asmx/MesToErpUpdateFlag",
-  "ProductionErpUrl": "http://192.168.1.149:8066/WebService1.asmx/mesToErpinfoFormal",
+  "TestErpUrl": "http://172.100.1.114:8082/",
+  "TestErpUrl2": "http://172.100.1.114:8082/",
+  "ProductionErpUrl": "http://172.100.1.114:8082/",
   "ServicesPath": "Services",
   "LogPath": "logs",
   "UploadPath": "upload",

--
Gitblit v1.9.3