This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?php
return[
// 阿里支付
'ali'=>[
'app_id'=>env('ALIAPY_APP_ID'),
'ali_public_key'=>'',
// 加密方式: **RSA2**
'private_key'=>'',
'return_url'=>config('app.url').'/pay/return',
'notify_url'=>config('app.url').'/pay/notify',
'log'=>[// optional
'file'=>storage_path('logs/alipay.log'),
'level'=>'debug',// 建议生产环境等级调整为 info,开发环境为 debug
'type'=>'single',// optional, 可选 daily.
'max_file'=>30,// optional, 当 type 为 daily 时有效,默认 30 天