Browse Source

Revert "调试打印"

This reverts commit 3cd71cd3ae.
master
lanzu_qsy 5 years ago
parent
commit
6a63c83d1d
  1. 6
      config/wechat.php

6
config/wechat.php

@ -8,9 +8,7 @@
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * 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 [ return [
/* /*
* 默认配置,将会合并到各模块中 * 默认配置,将会合并到各模块中
@ -106,8 +104,6 @@ return [
/* /*
* 微信支付 * 微信支付
*/ */
'payment' => [ 'payment' => [
'default' => [ 'default' => [
'sandbox' => env('WECHAT_PAYMENT_SANDBOX', false), 'sandbox' => env('WECHAT_PAYMENT_SANDBOX', false),

Loading…
Cancel
Save