1.这里的merchantSerialNumber证书序列号 是 商户API证书 的 序列号吗
Config config =
new RSAAutoCertificateConfig.Builder()
.merchantId(merchantId)
.privateKeyFromPath(privateKeyPath)
.merchantSerialNumber(merchantSerialNumber)
.apiV3Key(apiV3Key)
.build();
2.回调 这里的 merchantSerialNumber证书序列号 是 商户API证书 还是 商户平台证书 的
NotificationConfig config = new RSAAutoCertificateConfig.Builder()
.merchantId(merchantId)
.privateKeyFromPath(privateKeyPath)
.merchantSerialNumber(merchantSerialNumber)
.apiV3Key(apiV3Key)
.build();
商户平台证书 需要在哪里用