6 lines
57 B
PHP
6 lines
57 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'app_id' => env('ALIPAY_APP_ID'),
|
||
|
];
|