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(); // 获取执行时间