This commit is contained in:
2026-04-13 20:00:32 +08:00
parent 9393185f25
commit 24273db8dd
15 changed files with 992 additions and 237 deletions
+2 -2
View File
@@ -1575,8 +1575,8 @@ class Openim extends Command
}
$this->sdk = new \support\OpenImSdk\Client([
'host' => 'http://127.0.0.1:10002',
'secret' => 'n1e5a6s6m7',
'host' => config('openim.server'),
'secret' => config('openim.secret'),
]);
return $this->sdk;