Skip to content

Commit 20f29ef

Browse files
authored
增加微信支付平台证书配置信息 (#453)
1 parent 1ed7062 commit 20f29ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/easywechat.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
//
115115
// // v3 API 秘钥
116116
// //'secret_key' => '43A03299A3C3FED3D8CE7B820Fxxxxx',
117+
//
118+
// // 注意 此处为微信支付平台证书 https://pay.weixin.qq.com/wiki/doc/apiv3/apis/wechatpay5_1.shtml
119+
// 'platform_certs' => [
120+
// '/data/private/certs/platform_key.pem',
121+
// ],
117122
// ],
118123
// ],
119124

0 commit comments

Comments
 (0)