Replies: 1 comment 2 replies
-
__DIR__ . '/cert/apiclient_key.pem' 读取不到 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$config = [
'app_id' => config('config.wechat.miniapp.appid'),
'secret' => config('config.wechat.miniapp.secret'),
'mch_id' => config('config.wechat.payment.mch_id'),
// 商户证书
'private_key' => DIR . '/cert/apiclient_key.pem',
'certificate' => DIR . '/cert/apiclient_cert.pem',
Beta Was this translation helpful? Give feedback.
All reactions