收藏
回答

Native支付回调怎么使用RSAConfig构造NotificationParser?

如题

回答关注问题邀请回答
收藏

1 个回答

  • 丶
    01-26
    NotificationConfig notificationConfig = new RSANotificationConfig.Builder()
            // 注意这里必须是 收资商户号的ApiV3Key
            .apiV3Key(WechatpayConfig.API_V3_KEY)
            // 注意这里必须是 收资商户生成的对应平台证书
            .certificatesFromPath(WechatpayConfig.CERTIFICATES_PATH)
            .build();
    
    NotificationParser parser = new NotificationParser(notificationConfig);
    


    01-26
    有用
    回复
登录 后发表内容