This commit is contained in:
2025-12-30 23:13:38 +08:00
parent c79d438681
commit bfcac8ab2c
40 changed files with 236 additions and 52 deletions

View File

@@ -36,6 +36,7 @@ static NSString *const TencentIMSecret = @"448a3259085924f89957c1884c761974e8fde
//static NSString *const AddressOfMQTTServer = @"1.13.181.248";
static NSString *const AddressOfMQTTServer = @"test.vespa.qxyushen.top";
static NSString *const RAddressOfMQTTServer = @"test.vespa.qxyushen.top";
static NSInteger const AddressOfMQTTPort = 1883;
static NSInteger const AppPushId = 46164;
@@ -61,6 +62,7 @@ static NSString *const TencentIMSecret = @"d9a5b8088ed39113d0c92ae434bc37528c471
//static NSString *const AddressOfMQTTServer = @"1.13.20.30";
static NSString *const AddressOfMQTTServer = @"yushengapi.qxyushen.top";
static NSString *const RAddressOfMQTTServer = @"qixinghuishen.qxhs.xyz";
static NSInteger const AddressOfMQTTPort = 1883;
static NSInteger const AppPushId = 46163;