From 3cd71cd3ae16d1bff6f731c5828edcdf24bcdfa8 Mon Sep 17 00:00:00 2001 From: lanzu_qsy <334039090@qq.com> Date: Mon, 31 Aug 2020 17:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/wechat.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/wechat.php b/config/wechat.php index 066cb60..d5f1ef1 100644 --- a/config/wechat.php +++ b/config/wechat.php @@ -8,7 +8,9 @@ * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ - +dump(is_file(env('WECHAT_PAYMENT_CERT_PATH', ''))); +dump(env('WECHAT_PAYMENT_CERT_PATH', '')); +dd(env('WECHAT_PAYMENT_KEY_PATH', '')); return [ /* * 默认配置,将会合并到各模块中 @@ -104,6 +106,8 @@ return [ /* * 微信支付 */ + + 'payment' => [ 'default' => [ 'sandbox' => env('WECHAT_PAYMENT_SANDBOX', false),