更新文档

This commit is contained in:
技术老胡 2025-03-06 21:05:10 +08:00
parent 1f98974d5a
commit 62181cf33d
3 changed files with 14 additions and 13 deletions

2
.env
View File

@ -1,4 +1,4 @@
APP_DEBUG = true APP_DEBUG = false
DB_TYPE = mysql DB_TYPE = mysql
DB_HOST = 127.0.0.1 DB_HOST = 127.0.0.1

View File

@ -460,6 +460,7 @@ V免签是一款开源免费适用于个人收款使用的收款程序原理
| 云峰 | 8.88 | | 云峰 | 8.88 |
| 零零 | 200 | | 零零 | 200 |
| 子染 | 88 | | 子染 | 88 |
| John | 100 |
## 🔗 友情链接 ## 🔗 友情链接

View File

@ -17,18 +17,6 @@ return array (
'state' => 1, 'state' => 1,
), ),
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 ( array (
'platform' => 'alipay', 'platform' => 'alipay',
'name' => '支付宝', 'name' => '支付宝',
@ -40,4 +28,16 @@ return array (
'version' => '1.0', 'version' => '1.0',
'state' => 1, '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,
),
); );