From 67f74c1d68ccbb69eb8436e70018357533ef9c0a Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 16 五月 2025 17:32:27 +0800 Subject: [PATCH] ERP同步功能部分完善,测试逻辑优化 --- config/config.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/config.json b/config/config.json index 1f43716..536fd88 100644 --- a/config/config.json +++ b/config/config.json @@ -1,5 +1,5 @@ { - "WebApiUrl": "http://127.0.0.1:8901/", + "WebApiUrl": "http://127.0.0.1:8901", "RCSApiUrl": "http://127.0.0.1:6001", "NDCApiUrl": "http://127.0.0.1:5201/api/order/", "SqlServer": "Data Source=(local);Initial Catalog=AnGangTest;User ID=sa;Password=123456;", -- Gitblit v1.9.1