5 lines
113 B
PHP
5 lines
113 B
PHP
return [
|
|
'app_id' => env('wechat.app_id'),
|
|
'secret' => env('wechat.secret'),
|
|
// 其他配置项...
|
|
]; |