From d0955ea5c7dc34658cd7c883c9ac4b0fa6a85872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 4 Mar 2025 00:35:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E6=A1=88=E4=BE=8B=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _test/pay-v3-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_test/pay-v3-config.php b/_test/pay-v3-config.php index 0f6edc0..61af7fd 100644 --- a/_test/pay-v3-config.php +++ b/_test/pay-v3-config.php @@ -65,7 +65,7 @@ return [ 'appid' => 'wx3760axxxxxxxxxxx', // 必填,微信商户编号ID 'mch_id' => '152xxxxxxxx', - // 必填,微信商户V3接口密钥 + // 必填,微信商户V3接口密钥,不影响发起支付但无法验证支付通知 'mch_v3_key' => '98b7f45xxxxxxxxxxxxxxxxxxxxxxxxxx', // 可选,微信商户证书序列号,可从公钥中提取,请求签名使用 'cert_serial' => '49055xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',