Compare commits

..

No commits in common. "b3dd6ba3f091513dbf59cc803377a15a1a92a551" and "ccb94768d3c9b468be405b8b8de54ef4f7a077ae" have entirely different histories.

2 changed files with 3 additions and 3 deletions

2
.env
View File

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

View File

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