mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #1667 微信支付增加电商收付通-二级商户进件相关接口
电商收付通二级商户进件 Co-authored-by: 曾浩 <epdcgsi@dingtalk.com>
This commit is contained in:
@@ -29,10 +29,8 @@ public class RsaCryptoUtil {
|
||||
public static void encryptFields(Object encryptObject, X509Certificate certificate) throws WxPayException {
|
||||
try {
|
||||
encryptField(encryptObject, certificate);
|
||||
} catch (IllegalAccessException | IllegalBlockSizeException e) {
|
||||
} catch (Exception e) {
|
||||
throw new WxPayException("敏感信息加密失败", e);
|
||||
} catch (Exception e2) {
|
||||
throw new WxPayException("敏感信息加密失败", e2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user