mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 03:55:07 +08:00
init: 初始化项目
This commit is contained in:
15
publish/payment.php
Normal file
15
publish/payment.php
Normal 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')
|
||||
];
|
||||
Reference in New Issue
Block a user