提交
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
}
|
||||
#pragma mark - 绑定
|
||||
- (void)bindWithUserName:(NSString *)username password:(NSString *)password cliendId:(NSString *)cliendId isSSL:(BOOL)isSSL{
|
||||
NSString *server = AddressOfMQTTServer;
|
||||
if (QXGlobal.shareGlobal.isNeedChangeServer) {
|
||||
server = RAddressOfMQTTServer;
|
||||
}
|
||||
self.username = username;
|
||||
self.password = password;
|
||||
self.cliendId = cliendId;
|
||||
|
||||
Reference in New Issue
Block a user