From 90046269fced0b3d2b98cb6d43b9da9a17010eba Mon Sep 17 00:00:00 2001 From: liangjunyu <13726812+shifang-tianhua_0@user.noreply.gitee.com> Date: Fri, 17 Oct 2025 14:34:55 +0800 Subject: [PATCH] 1 --- Config/appsettings.json | 5 ++++- Controllers/EnpowerApiController.cs | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Config/appsettings.json b/Config/appsettings.json index 8d94542..56ebf3f 100644 --- a/Config/appsettings.json +++ b/Config/appsettings.json @@ -88,7 +88,10 @@ "X-KDApi-AppSec": "df3e8fd75c794f11af72faa6f6df0d48", "X-KDApi-LCID": "2052", "X-KDApi-ServerUrl": "http://192.168.0.233/k3cloud/", - "PRD_PickMtrl_Port": 1500, + "PRD_PickMtrl_Port": 10001, + "STK_TransferDirect_Port": 10002, + "STK_InStock_Port": 10003, + "d": null, "CustomRequestRemoteSql": "", "VoucherGroup": "记", "MesSchema": "TEST", diff --git a/Controllers/EnpowerApiController.cs b/Controllers/EnpowerApiController.cs index 9609298..1a6b3fb 100644 --- a/Controllers/EnpowerApiController.cs +++ b/Controllers/EnpowerApiController.cs @@ -1075,6 +1075,7 @@ namespace RB_MES_API.Controllers { result = LocalStaticRequest.cloudApi.BatchSave(formid, jsonstr); } + // 停止计时 stopwatch.Stop(); // 获取执行时间