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 + */