瀏覽代碼

0818修改

zhuhao 2 年之前
父節點
當前提交
2d2d87f6ac

+ 2 - 0
IMCS_CCS/Service/Impl/HttpRequestService.cs

@@ -814,6 +814,7 @@ namespace IMCS.CCS.Services
                     RequestHeidhData hdhReq = new RequestHeidhData();
                     hdhReq.ServerUrl = deviceHeidenhain.ServerUrl;
                     hdhReq.MachineName = deviceHeidenhain.UserName;
+                    hdhReq.Path = req.data.fileName;
                     hdhReq.Type = OpcUaActionTypeEnum.Upload.ToString();
                     var Result = await _apiRequestService.RequestAsync(RequsetModeEnum.Post, hdhUrlContext, hdhReq, null);
                     ResponseHeidhData responseHeidhData = JsonConvert.DeserializeObject<ResponseHeidhData>(Result.Message);
@@ -1037,6 +1038,7 @@ namespace IMCS.CCS.Services
                     RequestHeidhData hdhReq = new RequestHeidhData();
                     hdhReq.ServerUrl = device.ServerUrl;
                     hdhReq.MachineName = device.UserName;
+                    hdhReq.Path = req.data.remotePath;
                     hdhReq.Type = OpcUaActionTypeEnum.SelectNcProgram.ToString();
                     var Result = await _apiRequestService.RequestAsync(RequsetModeEnum.Post, hdhUrlContext, hdhReq, null);
                     ResponseHeidhData responseHeidhData = JsonConvert.DeserializeObject<ResponseHeidhData>(Result.Message);

二進制
IMCS_CCS/bin/Debug/netcoreapp3.1/IMCS_CCS.dll


二進制
IMCS_CCS/bin/Debug/netcoreapp3.1/IMCS_CCS.pdb


文件差異過大導致無法顯示
+ 0 - 0
IMCS_CCS/bin/Debug/netcoreapp3.1/wwwroot/db/Tasks.json


二進制
IMCS_CCS/obj/Debug/netcoreapp3.1/CCS.csproj.AssemblyReference.cache


二進制
IMCS_CCS/obj/Debug/netcoreapp3.1/IMCS_CCS.dll


二進制
IMCS_CCS/obj/Debug/netcoreapp3.1/IMCS_CCS.pdb


文件差異過大導致無法顯示
+ 0 - 0
IMCS_CCS/wwwroot/db/Tasks.json


部分文件因文件數量過多而無法顯示