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