fix:提交银联支付绝对路径读取配置文件

This commit is contained in:
2025-09-25 16:23:42 +08:00
commit 0f18ff4641
42 changed files with 12523 additions and 0 deletions

17
AssemblyInfo.cs Normal file
View File

@@ -0,0 +1,17 @@
// Assembly MisPosFD, Version 2.0.0.1
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)]
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: System.Reflection.AssemblyTitle("MisPosFD")]
[assembly: System.Reflection.AssemblyDescription("银联MisPos封装")]
[assembly: System.Reflection.AssemblyConfiguration("")]
[assembly: System.Reflection.AssemblyCompany("广州方鼎软件科技发展有限公司")]
[assembly: System.Reflection.AssemblyProduct("MisPosFD")]
[assembly: System.Reflection.AssemblyCopyright("Copyright \x00a9 2025")]
[assembly: System.Reflection.AssemblyTrademark("")]
[assembly: System.Runtime.InteropServices.ComVisible(true)]
[assembly: System.Runtime.InteropServices.Guid("f8d14652-2d34-4866-a809-ed6072282ded")]
[assembly: System.Reflection.AssemblyFileVersion("2.0.0.2")]
[assembly: System.Runtime.Versioning.TargetFramework(".NETFramework,Version=v4.5", FrameworkDisplayName=".NET Framework 4.5")]