This commit is contained in:
Your Name
2026-09-09 15:47:48 +08:00
parent bd5d5c5f08
commit cb10e75ead
98 changed files with 7031 additions and 804 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
return [
// 与腾讯 IM 控制台「回调配置 → 鉴权 Token」一致;空值拒绝全部回调。
'callback_token' => env('im.callback_token', ''),
];