From 33b84a02e80c24e2106c67a388d9a3c1fa5f5603 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期二, 17 六月 2025 16:58:15 +0800
Subject: [PATCH] 完善ERP下发任务接口、创建任务与取货完成的信息回报功能

---
 config/config.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/config.json b/config/config.json
index 8622675..047441b 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,8 +1,8 @@
 {
     "WebApiUrl": "http://127.0.0.1:8901",
     "NdcApiUrl": "http://127.0.0.1:5201/api/order/",
-    "ErpApiUrl": "http://127.0.0.1:8085/api/",
-    "SqlServer": "Data Source=(local);Initial Catalog=DSZSHTest;User ID=sa;Password=123456;",
+    "ErpApiUrl": "http://127.0.0.1:8901/api/",
+    "SqlServer": "Data Source=192.168.1.87;Initial Catalog=AMS_OIMobox;User ID=sa;Password=123456;",
     "TcpServerIp": "127.0.0.1",
     "TcpServerPort": 8085,
     "Areas": [

--
Gitblit v1.9.1