From 0a3000811b5d67ca94339af621e1f2ca176763a8 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 12 十一月 2025 11:31:39 +0800
Subject: [PATCH] 修改斯莫尔接口采集账户密码

---
 WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.cs b/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.cs
index 5837fc5..bd525b7 100644
--- a/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.cs
+++ b/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.cs
@@ -687,8 +687,8 @@
             // 鍑嗗瑕佸彂閫佺殑琛ㄥ崟鏁版嵁
             var formData = new FormUrlEncodedContent(new[]
             {
-                    new KeyValuePair<string, string>("userName", "admin"),
-                    new KeyValuePair<string, string>("password", "admin")
+                    new KeyValuePair<string, string>("userName", "mes"),
+                    new KeyValuePair<string, string>("password", "MesApi123")
                     // 娣诲姞鏇村閿�煎锛屾牴鎹偍鐨勯渶瑕�
                 });
             JsonResult jsonResult = await getUrl(urls, formData);
@@ -843,8 +843,8 @@
             // 鍑嗗瑕佸彂閫佺殑琛ㄥ崟鏁版嵁
             var formData = new FormUrlEncodedContent(new[]
             {
-                    new KeyValuePair<string, string>("userName", "admin"),
-                    new KeyValuePair<string, string>("password", "admin")
+                    new KeyValuePair<string, string>("userName", "mes"),
+                    new KeyValuePair<string, string>("password", "MesApi123")
                     // 娣诲姞鏇村閿�煎锛屾牴鎹偍鐨勯渶瑕�
                 });
             JsonResult jsonResult = await getUrl(urls, formData);
@@ -1206,8 +1206,8 @@
             // 鍑嗗瑕佸彂閫佺殑琛ㄥ崟鏁版嵁
             var formData = new FormUrlEncodedContent(new[]
             {
-                    new KeyValuePair<string, string>("userName", "admin"),
-                    new KeyValuePair<string, string>("password", "admin")
+                    new KeyValuePair<string, string>("userName", "mes"),
+                    new KeyValuePair<string, string>("password", "MesApi123")
                     // 娣诲姞鏇村閿�煎锛屾牴鎹偍鐨勯渶瑕�
                 });
             JsonResult jsonResult = await getUrl(urls, formData);

--
Gitblit v1.9.1