From 6fe317a01bb604e106004ea490e85b9638c7cbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AF=E6=98=9F?= Date: Tue, 21 Oct 2025 15:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E5=95=86?= =?UTF-8?q?=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QXLive/Info.plist | 2 +- QXLive/Other/NoitceAndKey.h | 12 ++++++------ QXLive/QXLiveDev.plist | 4 ++-- TUIKit/TUIChat/CommonModel/TUIChatConfig.m | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/QXLive/Info.plist b/QXLive/Info.plist index 8c1903f..4198d3f 100644 --- a/QXLive/Info.plist +++ b/QXLive/Info.plist @@ -23,7 +23,7 @@ weixin CFBundleURLSchemes - wx7e232c2dae5f2ea5 + wx974e38c1fbaa2f9d diff --git a/QXLive/Other/NoitceAndKey.h b/QXLive/Other/NoitceAndKey.h index 846d023..fa258fd 100644 --- a/QXLive/Other/NoitceAndKey.h +++ b/QXLive/Other/NoitceAndKey.h @@ -20,8 +20,8 @@ typedef NS_ENUM(NSInteger) { // 三方平台 #if DEVELOPENT == 1 -static NSString *const WechatAppId = @"wx7e232c2dae5f2ea5"; -static NSString *const WechatAppSecret = @"229b6a2a75d8343676a3cc6aa3930213"; +static NSString *const WechatAppId = @"wx974e38c1fbaa2f9d"; +static NSString *const WechatAppSecret = @"91281b98f542105024f67c0cb69158b5"; static NSString *const WechatUniversalLink = @"https://mdh.xscmmidi.site/"; /// 人脸核身 @@ -30,7 +30,7 @@ static NSString *const FaceAuthSecret = @"DcnCE33XLLfSYPTWU21lCjn9Tw14L8DtBPypZQ static NSString *const FaceAuthLicense = @"Af9QYHMCQ+OeFGTY+2sAST8E4CGao8Ytj74vPaFIM7wMclK/Bm2Zf9DIT6ke0kpeTLORUxE++QRJJ1HZYNYlmA802cQvga/C0HouDiUTul7KBT9LkMUfYp53D1nTiYcIQ6Jh9YEraH1zlJnEqmzeKBfY6TqsX5e1j6K0pMOZShVlGUhL0DgM+lrrpYPeds3E1/rerH1tARtRmCCD8LrpLDTBP84AqCpg2PtzVWJrDwm7rMeyZm0yeed9pN3LH9D2FiFju+yhtj930D1CEk3n4WZwLvjO8c/lPmycze6jAKE+XfAEa7jK8twUe3YHweNfAzzN55mVpK0K4gTEsbGzHg=="; /// 腾讯IM -static NSInteger const TencentIMID = 1600106900; +static NSInteger const TencentIMID = 1600110116; static NSString *const TencentIMSecret = @"6f8251feb06caf1d644bb04b7e506a7b077993a03efaac285045e47cec185d76"; static NSString *const AddressOfMQTTServer = @"119.45.34.13"; @@ -44,8 +44,8 @@ static NSString *const AuthSDKKey = @"Q8xhyn+MAyHw8FQLjKOWU8ZrZMXsuflPGSxDvwKu8U #else -static NSString *const WechatAppId = @"wx7e232c2dae5f2ea5"; -static NSString *const WechatAppSecret = @"ad4619d1134da626a0bf6e9a4c624637"; +static NSString *const WechatAppId = @"wx974e38c1fbaa2f9d"; +static NSString *const WechatAppSecret = @"91281b98f542105024f67c0cb69158b5"; static NSString *const WechatUniversalLink = @"https://my.qixing2.top/"; /// 人脸核身 @@ -54,7 +54,7 @@ static NSString *const FaceAuthSecret = @"RqNCp7PoY77oJqVu9hFEDM0Ol2DNDQQQ97vy9C static NSString *const FaceAuthLicense = @"P6N+VYfdu1Op5p+QwUGdI4y64PqOnxMzChX2SWWvrXjKi5gSKTKYnksyPYGpdDoEiZGUuvidfW3fJx0DHobAmD/MMpCxdzRyvyn4Z0d7Ccno6TEO2eigEbAOL4rrM8xZHE6+POuORUrmDjRR7yKwT6yVJoMa96ULUZ54tAHY5TAMBPhZad80QU40PM+28QcOtufSd6QQwyKyjM/vCo8gnR8v9lTewz7y7GWkISVoymwW8BQMIkvWEXiGoi6u3mCuj2gn7cwGcb2HCXvM0EIzSLgKSwMFrIKYVmbEQ0ZIwUqCAk7IJv5V2VyGPUc1VIli0lWWPhwaL+1kVhpPytiK5A=="; /// 腾讯IM -static NSInteger const TencentIMID = 1600106900; +static NSInteger const TencentIMID = 1600110116; static NSString *const TencentIMSecret = @"96d9453fbdc23f5326f351c83e27fc65db0ea6cdc0ac706770bfbeeaf6c89456"; static NSString *const AddressOfMQTTServer = @"119.45.34.13"; diff --git a/QXLive/QXLiveDev.plist b/QXLive/QXLiveDev.plist index d36911e..f3b9f60 100644 --- a/QXLive/QXLiveDev.plist +++ b/QXLive/QXLiveDev.plist @@ -13,7 +13,7 @@ Editor CFBundleURLSchemes - qxlivetest + myyuliaolivetest @@ -23,7 +23,7 @@ weixin CFBundleURLSchemes - wx7e232c2dae5f2ea5 + wx974e38c1fbaa2f9d diff --git a/TUIKit/TUIChat/CommonModel/TUIChatConfig.m b/TUIKit/TUIChat/CommonModel/TUIChatConfig.m index 266c28c..8ecdce9 100644 --- a/TUIKit/TUIChat/CommonModel/TUIChatConfig.m +++ b/TUIKit/TUIChat/CommonModel/TUIChatConfig.m @@ -17,7 +17,7 @@ - (id)init { self = [super init]; if (self) { - self.msgNeedReadReceipt = YES; + self.msgNeedReadReceipt = NO; self.enableVideoCall = YES; self.enableAudioCall = YES; self.enableWelcomeCustomMessage = YES;