修改微信商户

This commit is contained in:
启星
2025-10-21 15:14:41 +08:00
parent e6e040566d
commit 6fe317a01b
4 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
<string>weixin</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wx7e232c2dae5f2ea5</string>
<string>wx974e38c1fbaa2f9d</string>
</array>
</dict>
</array>

View File

@@ -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";

View File

@@ -13,7 +13,7 @@
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>qxlivetest</string>
<string>myyuliaolivetest</string>
</array>
</dict>
<dict>
@@ -23,7 +23,7 @@
<string>weixin</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wx7e232c2dae5f2ea5</string>
<string>wx974e38c1fbaa2f9d</string>
</array>
</dict>
</array>

View File

@@ -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;