|
|
@ -30,6 +30,7 @@ using System.IO.Compression; |
|
|
|
using System.Linq; |
|
|
|
using System.Linq; |
|
|
|
using System.Net.WebSockets; |
|
|
|
using System.Net.WebSockets; |
|
|
|
using System.Runtime.InteropServices; |
|
|
|
using System.Runtime.InteropServices; |
|
|
|
|
|
|
|
using System.Runtime.Intrinsics.Arm; |
|
|
|
using System.Text; |
|
|
|
using System.Text; |
|
|
|
using static _24Hour.TwentySystemProxyClient; |
|
|
|
using static _24Hour.TwentySystemProxyClient; |
|
|
|
using static com.sun.tools.@internal.xjc.reader.xmlschema.bindinfo.BIConversion; |
|
|
|
using static com.sun.tools.@internal.xjc.reader.xmlschema.bindinfo.BIConversion; |
|
|
@ -2106,7 +2107,7 @@ namespace _24Hour.Controllers.Common |
|
|
|
var akspath = System.IO.Path.ChangeExtension(packegzipname, ".aks"); |
|
|
|
var akspath = System.IO.Path.ChangeExtension(packegzipname, ".aks"); |
|
|
|
fi.MoveTo(akspath,true); //xx/xx/xx.rar |
|
|
|
fi.MoveTo(akspath,true); //xx/xx/xx.rar |
|
|
|
|
|
|
|
|
|
|
|
result.result = $"/temp/{packegdirname}.aks"; |
|
|
|
result.result = fimoved.FullName; |
|
|
|
result.IsSucceed = true; |
|
|
|
result.IsSucceed = true; |
|
|
|
logger.LogInformation("step5"); |
|
|
|
logger.LogInformation("step5"); |
|
|
|
return result; |
|
|
|
return result; |
|
|
|