This commit is contained in:
启星
2026-01-15 00:14:20 +08:00
parent 5548f5d6a5
commit 081aa5622c
3 changed files with 12 additions and 12 deletions

View File

@@ -57,13 +57,13 @@ static NSString *const FaceAuthSecret = @"RqNCp7PoY77oJqVu9hFEDM0Ol2DNDQQQ97vy9C
static NSString *const FaceAuthLicense = @"P6N+VYfdu1Op5p+QwUGdI4y64PqOnxMzChX2SWWvrXjKi5gSKTKYnksyPYGpdDoEiZGUuvidfW3fJx0DHobAmD/MMpCxdzRyvyn4Z0d7Ccno6TEO2eigEbAOL4rrM8xZHE6+POuORUrmDjRR7yKwT6yVJoMa96ULUZ54tAHY5TAMBPhZad80QU40PM+28QcOtufSd6QQwyKyjM/vCo8gnR8v9lTewz7y7GWkISVoymwW8BQMIkvWEXiGoi6u3mCuj2gn7cwGcb2HCXvM0EIzSLgKSwMFrIKYVmbEQ0ZIwUqCAk7IJv5V2VyGPUc1VIli0lWWPhwaL+1kVhpPytiK5A==";
/// 腾讯IM
//static NSInteger const TencentIMID = 1600096860;
static NSInteger const TencentIMID = 1600096890;
static NSInteger const TencentIMID = 1600096860;
//static NSInteger const TencentIMID = 1600096890;
static NSString *const TencentIMSecret = @"d9a5b8088ed39113d0c92ae434bc37528c4715c1f1d2eaedb172134eacd06103";
//static NSString *const AddressOfMQTTServer = @"1.13.20.30";
//static NSString *const AddressOfMQTTServer = @"yushengapi.qxyushen.top";
static NSString *const AddressOfMQTTServer = @"vsyusheng.qxhs.xyz";
static NSString *const AddressOfMQTTServer = @"yushengapi.qxyushen.top";
//static NSString *const AddressOfMQTTServer = @"vsyusheng.qxhs.xyz";
static NSString *const RAddressOfMQTTServer = @"qixinghuishen.qxhs.xyz";
static NSInteger const AddressOfMQTTPort = 1883;

View File

@@ -27,10 +27,10 @@ static NSString* RH5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
//static NSString* H5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
//static NSString* ServerUrl = @"https://vespa.qxyushen.top/";
//static NSString* H5ServerUrl = @"https://vespa.qxyushen.top/h5/";
static NSString* ServerUrl = @"https://vsyusheng.qxhs.xyz/";
static NSString* H5ServerUrl = @"https://vsyusheng.qxhs.xyz/h5/";
//static NSString* ServerUrl = @"https://yushengapi.qxyushen.top/";
//static NSString* H5ServerUrl = @"https://yushengapi.qxyushen.top/h5/";
//static NSString* ServerUrl = @"https://vsyusheng.qxhs.xyz/";
//static NSString* H5ServerUrl = @"https://vsyusheng.qxhs.xyz/h5/";
static NSString* ServerUrl = @"https://yushengapi.qxyushen.top/";
static NSString* H5ServerUrl = @"https://yushengapi.qxyushen.top/h5/";
static NSString* RServerUrl = @"https://details.qxhs.xyz/";
static NSString* RH5ServerUrl = @"https://details.qxhs.xyz/h5/";
#endif