作者 梁鹏山

提现

... ... @@ -126,7 +126,7 @@ class Wechat
return (['msg' => '请先到后台小程序设置填写微信支付证书文件']);
}
// cert目录
$filePath = dirname(__DIR__) . '/library/wechat/';
$filePath = dirname(__DIR__) . '/cert/';
return [
'certPem' => $filePath . 'apiclient_cert.pem',
'keyPem' => $filePath . 'apiclient_key.pem'
... ...