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/README.md b/README.md index 6798cf0..0d1e943 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,7 @@ V免签是一款开源免费适用于个人收款使用的收款程序,原理 | 云峰 | 8.88 | | 零零 | 200 | | 子染 | 88 | +| John | 100 | ## 🔗 友情链接 diff --git a/config/extend/payplugin.php b/config/extend/payplugin.php index add4051..4b7392c 100644 --- a/config/extend/payplugin.php +++ b/config/extend/payplugin.php @@ -17,18 +17,6 @@ return array ( 'state' => 1, ), 1 => - array ( - 'platform' => 'sqbpay', - 'name' => '收钱吧', - 'class_name' => 'ShouQianBa', - 'price' => NULL, - 'describe' => '主流移动支付全能收 信用卡,花呗都能用,生意帮手收钱吧,移动收款就用它!', - 'website' => 'https://www.shouqianba.com', - 'helplink' => '', - 'version' => '1.0', - 'state' => 1, - ), - 2 => array ( 'platform' => 'alipay', 'name' => '支付宝', @@ -40,4 +28,16 @@ return array ( 'version' => '1.0', 'state' => 1, ), + 2 => + array ( + 'platform' => 'sqbpay', + 'name' => '收钱吧', + 'class_name' => 'ShouQianBa', + 'price' => NULL, + 'describe' => '主流移动支付全能收 信用卡,花呗都能用,生意帮手收钱吧,移动收款就用它!', + 'website' => 'https://www.shouqianba.com', + 'helplink' => 'https://f0bmwzqjtq2.feishu.cn/docx/WwN7dRqmuoozlIxgiuFclZhCnte', + 'version' => '1.0', + 'state' => 1, + ), );