兼容修改

This commit is contained in:
张松 2025-08-15 15:04:26 +08:00
parent bef6b183b9
commit 1480b6618e
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
return [
'enable' => env('WUYOU.ENABLE', 0), // 支付开关
'url' => env('WUYOU.PAY_URL', 'http://47.113.117.120/api/order'), // 支付地址
'notify_url' => 'https://ph.hnsiyao.cn/api/wuyou/notify', // 支付回调地址
'notify_url' => 'https://ph.hnsiyao.cn/czg/app/wuyou/notify', // 支付回调地址
'h5_base_url' => env('WUYOU.PAY_H5_BASE_URL', 'https://dj-h5.hnsiyao.cn/me/detail/detail?allId='), // H5 支付基础地址
'secret' => env('WUYOU.APP_SECRET', '3MWSBmyKDeQDLXzoLr53tKVqiJv4Fm0KdsEhbpXW9YWvh35VgozL5S3rpUz4EjSb'), // 支付签名密钥
'merchant_id' => env('WUYOU.MERCHANT_ID', '100360'), // 商户号
'query_url' => env('WUYOU.QUERY_URL', 'http://47.113.117.120/api/queryOrder'), // 订单查询地址
'extract_url' => env('WUYOU.EXTRACT_URL', 'http://47.113.117.120/api/salary'), // 提现接口地址
'extract_notify_url' => env('WUYOU.EXTRACT_URL', 'https://ph.hnsiyao.cn/api/wuyou/extractNotify'), // 提现接口地址
'extract_notify_url' => env('WUYOU.EXTRACT_URL', 'https://ph.hnsiyao.cn/czg/app/wuyou/extractNotify'), // 提现接口地址
'extract_query_url' => env('WUYOU.EXTRACT_QUERY_URL', 'http://47.113.117.120/api/querySalary'), // 查询提现接口地址
];