This commit is contained in:
commie
2026-01-08 05:42:44 +08:00
parent 7439a4a794
commit c153975eed
1976 changed files with 776 additions and 133 deletions
View File
+1 -1
View File
@@ -35,7 +35,7 @@ class Config implements MiddlewareInterface
]);
$IM = new \support\OpenImSdk\Client([
'host' => 'http://127.0.0.1:10002', // OpenIM API地址
'secret' => 'openIM123', // OpenIM密钥
'secret' => 'n1e5a6s6m7', // OpenIM密钥
]);
$request->IM = $IM;
return $handler($request);
View File