sdk
This commit is contained in:
@@ -112,7 +112,7 @@ export class ImClient {
|
||||
}
|
||||
let ip = resp.data.ip;
|
||||
let port = resp.data.port;
|
||||
this.url = "ws://" + ip + ":" + port + "/ws";
|
||||
this.url = "wss://" + ip + ":" + port + "/hs_ws";
|
||||
}
|
||||
|
||||
var req = new LoginPack(self.appId, self.userId, 1);
|
||||
|
||||
Reference in New Issue
Block a user