|
@@ -4,6 +4,7 @@ namespace Community\Src;
|
|
|
|
|
|
use Dever;
|
|
|
use Collection\Lib\Core;
|
|
|
+Dever::apply('lib/gateway', 'im_gateway_client');
|
|
|
use Im_gateway_client\Lib\Gateway;
|
|
|
|
|
|
class Chat extends Core
|
|
@@ -21,7 +22,7 @@ class Chat extends Core
|
|
|
|
|
|
private function connect()
|
|
|
{
|
|
|
- Gateway::$registerAddress = '192.168.33.10:1238';
|
|
|
+ Gateway::$registerAddress = 'dl.shemic.com:1238';
|
|
|
}
|
|
|
|
|
|
# 初始化,绑定client_id
|