Files
yunzer/config/wechat.php
T
2025-06-05 17:06:39 +08:00

5 lines
113 B
PHP

return [
'app_id' => env('wechat.app_id'),
'secret' => env('wechat.secret'),
// 其他配置项...
];