From 6a63c83d1d26273181ae2606a832c942f8213229 Mon Sep 17 00:00:00 2001 From: lanzu_qsy <334039090@qq.com> Date: Mon, 31 Aug 2020 19:20:16 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=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 This reverts commit 3cd71cd3ae16d1bff6f731c5828edcdf24bcdfa8. --- config/wechat.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/wechat.php b/config/wechat.php index d5f1ef1..066cb60 100644 --- a/config/wechat.php +++ b/config/wechat.php @@ -8,9 +8,7 @@ * 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 [ /* * 默认配置,将会合并到各模块中 @@ -106,8 +104,6 @@ return [ /* * 微信支付 */ - - 'payment' => [ 'default' => [ 'sandbox' => env('WECHAT_PAYMENT_SANDBOX', false),