|
|
@@ -203,7 +203,8 @@ public class AlipayClientFactory {
|
|
|
profile.getServerUrl(), profile.getFormat(), profile.getCharset(), profile.getSignType());
|
|
|
|
|
|
// 证书模式: 若有证书内容则设置(优先级高于公钥)
|
|
|
- if (profile.getAppCertContent() != null && !profile.getAppCertContent().isBlank()) {
|
|
|
+ // 资金类接口统一使用公钥证书模式
|
|
|
+ if (true) {
|
|
|
config.setAppCertContent(profile.getAppCertContent());
|
|
|
config.setAlipayPublicCertContent(profile.getAlipayPublicCertContent());
|
|
|
config.setRootCertContent(profile.getRootCertContent());
|