From 081aa5622c1a90de5ca0cafbab4531eecb24971a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AF=E6=98=9F?= Date: Thu, 15 Jan 2026 00:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QXLive.xcodeproj/project.pbxproj | 8 ++++---- QXLive/Other/NoitceAndKey.h | 8 ++++---- QXLive/Other/QXApi.h | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/QXLive.xcodeproj/project.pbxproj b/QXLive.xcodeproj/project.pbxproj index 56eb5de..048345d 100644 --- a/QXLive.xcodeproj/project.pbxproj +++ b/QXLive.xcodeproj/project.pbxproj @@ -754,7 +754,7 @@ CODE_SIGN_ENTITLEMENTS = QXLive/QXLive.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 8798G5VMH9; ENABLE_USER_SCRIPT_SANDBOXING = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -793,7 +793,7 @@ "$(inherited)", "$(SDKROOT)/usr/lib/swift", ); - MARKETING_VERSION = 1.1.16; + MARKETING_VERSION = 1.1.17; PRODUCT_BUNDLE_IDENTIFIER = com.qxcm.qxlive; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -820,7 +820,7 @@ CODE_SIGN_ENTITLEMENTS = QXLive/QXLive.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 8798G5VMH9; ENABLE_USER_SCRIPT_SANDBOXING = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -859,7 +859,7 @@ "$(inherited)", "$(SDKROOT)/usr/lib/swift", ); - MARKETING_VERSION = 1.1.16; + MARKETING_VERSION = 1.1.17; PRODUCT_BUNDLE_IDENTIFIER = com.qxcm.qxlive; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/QXLive/Other/NoitceAndKey.h b/QXLive/Other/NoitceAndKey.h index 8e965ff..4413d30 100644 --- a/QXLive/Other/NoitceAndKey.h +++ b/QXLive/Other/NoitceAndKey.h @@ -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; diff --git a/QXLive/Other/QXApi.h b/QXLive/Other/QXApi.h index 49df7e4..55d3ab8 100644 --- a/QXLive/Other/QXApi.h +++ b/QXLive/Other/QXApi.h @@ -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