This commit is contained in:
2025-10-29 16:40:19 +08:00
parent 88a677e13c
commit a74e6b9738

View File

@@ -21,7 +21,7 @@ public class PadChsPayDll {
*/
public static EcDll instance() throws DllRegistrationException {
try {
EcDll dll = Native.load("NationECCode.dll", EcDll.class);
EcDll dll = Native.load("NationECCode", EcDll.class);
// 加载动态库
/*Native.load("libeay32", EcDll.class);