yansongda / laravel-pay

可能是我用过的最优雅的 Alipay/WeChat/Unipay 的 laravel 支付扩展包了

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

微信密钥配置问题

aoeng opened this issue · comments

commented
'mch_secret_key'          => '',
// 必填-商户私钥 字符串或路径
'mch_secret_cert'         => '',
// 必填-商户公钥证书路径
'mch_public_cert_path'    => '',
//选填-微信公钥证书路径
'wechat_public_cert_path'=>''

请问最新版本的,微信的这4个参数从哪里获得?
微信只有 V2 V3 密钥,还有证书文件 apiclient_cert.p12 ,apiclient_cert.pem,apiclient_key.pem