mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 05:35:08 +08:00
15 lines
327 B
PHP
15 lines
327 B
PHP
<?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')
|
|
]; |