From 17c1c9bb4537f3915e5b53e1a26a1a0b9c8e7c85 Mon Sep 17 00:00:00 2001
From: hudong <Administrator@PC-20250329JZUF>
Date: 星期一, 16 六月 2025 08:37:58 +0800
Subject: [PATCH] 1.定时充电问题排查,增加状态字段增加定时更新状态2.删除webservice所有日志 api接口日志(超时问题优化)

---
 api/ZCCM_NC.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/api/ZCCM_NC.cs b/api/ZCCM_NC.cs
index 341e564..647169c 100644
--- a/api/ZCCM_NC.cs
+++ b/api/ZCCM_NC.cs
@@ -33,9 +33,8 @@
 
     /// <remarks/>
     public ZSCM_NC()
-    { this.Url = "http://10.89.33.217:8000/sap/bc/srt/rfc/sap/zscm_nc/110/zscm_nc/binding";
-
-        // this.Url = "http://10.89.33.217:8000/sap/bc/srt/rfc/sap/zscm_wc/110/zscm_wc/binding";
+    {
+        this.Url = "http://10.89.33.201:8001/sap/bc/srt/rfc/sap/zscm_nc/800/zscm_nc/binding";
     }
 
     /// <remarks/>

--
Gitblit v1.9.1