mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-17 09:16:40 +08:00
Compare commits
2 Commits
ccb94768d3
...
b3dd6ba3f0
Author | SHA1 | Date | |
---|---|---|---|
|
b3dd6ba3f0 | ||
|
d0dd5a3f9b |
2
.env
2
.env
@ -1,4 +1,4 @@
|
||||
APP_DEBUG = true
|
||||
APP_DEBUG = false
|
||||
|
||||
DB_TYPE = mysql
|
||||
DB_HOST = 127.0.0.1
|
||||
|
@ -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,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user