更新
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// 与腾讯 IM 控制台「回调配置 → 鉴权 Token」一致;空值拒绝全部回调。
|
||||
'callback_token' => env('im.callback_token', ''),
|
||||
];
|
||||
Reference in New Issue
Block a user