From 62181cf33d7cc6f29df48ef8fca17e214768a3cb 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: Thu, 6 Mar 2025 21:05:10 +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 +- README.md | 1 + config/extend/payplugin.php | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 13 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/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, + ), );