init: 初始化项目

This commit is contained in:
李东云
2023-07-18 10:00:03 +08:00
commit 68d898d177
18 changed files with 6310 additions and 0 deletions

15
publish/payment.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/**
* payment.php@Pay
*
* @author 李东云 <Dongyun.Li@LuxCreo.Ai>
* Powered by PhpStorm
* Created on 2023/7/17
*/
return [
'base_uri' => \Hyperf\Support\env('LUX_PAY_BASE_URI', 'https://pay.luxcreo.cn'),
// 由 LuxPay 分发的业务系统 id
'sp_id' => \Hyperf\Support\env('SERVICE_PROVIDER_ID')
];