From d0dd5a3f9b5bc57725c77e67c51173f6968ffa4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Fri, 14 Mar 2025 16:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- config/extend/payplugin.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 52e0b6e..292a32f 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -APP_DEBUG = true +APP_DEBUG = false DB_TYPE = mysql DB_HOST = 127.0.0.1 diff --git a/config/extend/payplugin.php b/config/extend/payplugin.php index 4b7392c..564376d 100644 --- a/config/extend/payplugin.php +++ b/config/extend/payplugin.php @@ -12,7 +12,7 @@ return array ( 'price' => NULL, 'describe' => '支持微信个人收款码、赞赏码、经营码、商家码收款,监听回调', 'website' => 'https://weixin.qq.com', - 'helplink' => '', + 'helplink' => 'https://f0bmwzqjtq2.feishu.cn/docx/JBshdZWokoWzLmxSKQWcSd4Jncg', 'version' => '1.0', 'state' => 1, ), @@ -24,7 +24,7 @@ return array ( 'price' => NULL, 'describe' => '支持支付宝个人收款码、经营码收款,监听回调', 'website' => 'https://www.alipay.com', - 'helplink' => '', + 'helplink' => 'https://f0bmwzqjtq2.feishu.cn/docx/GfltdDrjxoYXwexhtX8ckDCBn9f', 'version' => '1.0', 'state' => 1, ),