From 7197e5296e1b0dbcc28ded46862f60f63e58b6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 7 Apr 2021 09:43:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1v3=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=8F=82=E6=95=B0=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _test/pay-v3-config.php | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/_test/pay-v3-config.php b/_test/pay-v3-config.php index 14d095a..c844e37 100644 --- a/_test/pay-v3-config.php +++ b/_test/pay-v3-config.php @@ -1,17 +1,26 @@ '绑定的APPID', - 'mch_id' => '您的商户编号', - 'mch_v3_key' => '您的V3接口密码', - 'cert_public' => << << '', + // 微信商户编号ID + 'mch_id' => '', + // 微信商户V3接口密钥 + 'mch_v3_key' => '', + // 微信商户证书公钥,支持证书内容或文件路径 + 'cert_public' => $certPublic, + // 微信商户证书私钥,支持证书内容或文件路径 + 'cert_private' => $certPrivate, ]; \ No newline at end of file