wechatpay-apiv3/wechatpay-php

平台证书有没有可能直接获取到,用代码,因为参数都已经有了。

sunkangchina opened this issue · 0 comments

image
平台证书这种绕,有没有可能直接获取到平台证书。
比如

$platformCertificateFilePath = 'file:///path/to/wechatpay/cert.pem';

换成

//定义平台证书保存路径如 /data/wx_platform.pem
$platformCertificateFilePath = '/data/wx_platform.pem';
//获取平台证书并保存到$platformCertificateFilePath指定路径
PemUtil::getPlatFormCertFile($merchantId ....);