zhuhao vor 2 Jahren
Ursprung
Commit
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);

BIN
IMCS_CCS/bin/Debug/netcoreapp3.1/IMCS_CCS.dll


BIN
IMCS_CCS/bin/Debug/netcoreapp3.1/IMCS_CCS.pdb


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
IMCS_CCS/bin/Debug/netcoreapp3.1/wwwroot/db/Tasks.json


BIN
IMCS_CCS/obj/Debug/netcoreapp3.1/CCS.csproj.AssemblyReference.cache


BIN
IMCS_CCS/obj/Debug/netcoreapp3.1/IMCS_CCS.dll


BIN
IMCS_CCS/obj/Debug/netcoreapp3.1/IMCS_CCS.pdb


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
IMCS_CCS/wwwroot/db/Tasks.json


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.