🆕 #1667 微信支付增加电商收付通-二级商户进件相关接口

电商收付通二级商户进件

Co-authored-by: 曾浩 <epdcgsi@dingtalk.com>
This commit is contained in:
cloudX
2020-08-18 10:19:16 +08:00
committed by GitHub
parent a2783832d4
commit 17c20422e2
9 changed files with 1274 additions and 5 deletions

View File

@@ -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);
}
}