支付宝刷脸

This commit is contained in:
2025-04-16 17:20:36 +08:00
parent 557852ba40
commit 5f688ed98a
10 changed files with 165 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ public class AlipayDll {
*/
public static Dll instance() throws DllRegistrationException {
try {
return Native.load("NationECCode", Dll.class);
return Native.load("AlipayChs", Dll.class);
} catch (UnsatisfiedLinkError e) {
log.info("[AlipayDll][getPrintSDK][医保动态库] SDK注册失败{}", e.getMessage());
throw new DllRegistrationException("Failed to load AlipayDll library: ", e);

View File

@@ -21,7 +21,7 @@ public class HispayDll {
*/
public static Dll instance() throws DllRegistrationException {
try {
return Native.load("PayClient", Dll.class);
return Native.load("HispayChs", Dll.class);
} catch (UnsatisfiedLinkError e) {
log.info("[HispayDll][getPrintSDK][医保动态库] SDK注册失败{}", e.getMessage());
throw new DllRegistrationException("Failed to load AlipayDll library: ", e);