This commit is contained in:
2025-12-30 22:50:42 +08:00
parent 5ab60823e8
commit c79d438681
7 changed files with 38 additions and 10 deletions

View File

@@ -77,8 +77,6 @@
[[QXLocationManager shareManager] startLoction];
[QXLocationManager shareManager].delegate = self;
[self getUserInfo];
NSString *clientId = [OpenUDID value];
[[QXManagerMqtt sharedInstance] bindWithUserName:@"public" password:@"" cliendId:clientId isSSL:NO];
}
-(void)onConnectSuccess{
// showToast(@"腾讯重连服务器成功");

View File

@@ -17,8 +17,9 @@
//tmd.xscmmidi.site -- 这是接口 api
#if DEVELOPENT == 1
static NSString* ServerUrl = @"https://test.vespa.qxyushen.top/";
//static NSString* ServerUrl = @"http://test.chat.qxyushen.top";
static NSString* H5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
static NSString* RServerUrl = @"https://test.vespa.qxyushen.top/";
static NSString* RH5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
#else
//static NSString* ServerUrl = @"https://test.vespa.qxyushen.top/";
//static NSString* H5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
@@ -26,6 +27,8 @@ static NSString* H5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
//static NSString* H5ServerUrl = @"https://vespa.qxyushen.top/h5/";
static NSString* ServerUrl = @"https://yushengapi.qxyushen.top/";
static NSString* H5ServerUrl = @"https://yushengapi.qxyushen.top/h5/";
static NSString* RServerUrl = @"https://vespa.qxhs.xyz/";
static NSString* RH5ServerUrl = @"https://vespa.qxhs.xyz/h5/";
#endif
#pragma mark - 引导页
/// 引导页