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'), - ], ], ],