Compare commits

...

2 Commits

Author SHA1 Message Date
技术老胡
b3dd6ba3f0 Merge branch 'setconfig' of https://gitee.com/technical-laohu/mpay into setconfig 2025-03-14 16:06:50 +08:00
技术老胡
d0dd5a3f9b 更新文档 2025-03-14 16:06:46 +08:00
2 changed files with 3 additions and 3 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

@ -12,7 +12,7 @@ return array (
'price' => NULL, 'price' => NULL,
'describe' => '支持微信个人收款码、赞赏码、经营码、商家码收款,监听回调', 'describe' => '支持微信个人收款码、赞赏码、经营码、商家码收款,监听回调',
'website' => 'https://weixin.qq.com', 'website' => 'https://weixin.qq.com',
'helplink' => '', 'helplink' => 'https://f0bmwzqjtq2.feishu.cn/docx/JBshdZWokoWzLmxSKQWcSd4Jncg',
'version' => '1.0', 'version' => '1.0',
'state' => 1, 'state' => 1,
), ),
@ -24,7 +24,7 @@ return array (
'price' => NULL, 'price' => NULL,
'describe' => '支持支付宝个人收款码、经营码收款,监听回调', 'describe' => '支持支付宝个人收款码、经营码收款,监听回调',
'website' => 'https://www.alipay.com', 'website' => 'https://www.alipay.com',
'helplink' => '', 'helplink' => 'https://f0bmwzqjtq2.feishu.cn/docx/GfltdDrjxoYXwexhtX8ckDCBn9f',
'version' => '1.0', 'version' => '1.0',
'state' => 1, 'state' => 1,
), ),