From 98f2e4bc31e4ab7ef35bb4baab91e6297ddf1222 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Thu, 13 Feb 2020 19:55:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=82=E5=B8=B8=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/wechat/controller/Reply.php | 10 ++++++++++ config/app.php | 2 +- config/wechat.php | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 catch/wechat/controller/Reply.php create mode 100644 config/wechat.php diff --git a/catch/wechat/controller/Reply.php b/catch/wechat/controller/Reply.php new file mode 100644 index 0000000..eaeda9a --- /dev/null +++ b/catch/wechat/controller/Reply.php @@ -0,0 +1,10 @@ + + * @copyright By CatchAdmin + * @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt + */ diff --git a/config/app.php b/config/app.php index 3bba167..4ab5592 100644 --- a/config/app.php +++ b/config/app.php @@ -32,5 +32,5 @@ return [ // 错误显示信息,非调试模式有效 'error_message' => '页面错误!请稍后再试~', // 显示错误信息 - 'show_error_msg' => false, + 'show_error_msg' => true, ]; diff --git a/config/wechat.php b/config/wechat.php new file mode 100644 index 0000000..9a0c832 --- /dev/null +++ b/config/wechat.php @@ -0,0 +1,10 @@ + + * @copyright By CatchAdmin + * @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt + */