提交
This commit is contained in:
@@ -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(@"腾讯重连服务器成功");
|
||||
|
||||
@@ -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 - 引导页
|
||||
/// 引导页
|
||||
|
||||
Reference in New Issue
Block a user