From 186929ca46e4d0a0bef7f47d07b657806700ce52 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Thu, 30 Aug 2018 18:01:52 +0800 Subject: [PATCH] config --- config/wechat.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/wechat.php b/config/wechat.php index 751b3a6..1e8a8c9 100644 --- a/config/wechat.php +++ b/config/wechat.php @@ -98,11 +98,6 @@ return [ 'secret' => env('WECHAT_MINI_PROGRAM_SECRET', ''), 'token' => env('WECHAT_MINI_PROGRAM_TOKEN', ''), 'aes_key' => env('WECHAT_MINI_PROGRAM_AES_KEY', ''), - 'response_type' => 'array', - 'log' => [ - 'level' => 'debug', - 'file' => storage_path('logs/mini_wechat.log'), - ], ], ],