From d094605aa73c744fab7d13501a23bbe0ea455f40 Mon Sep 17 00:00:00 2001 From: Joywayer Date: Wed, 27 Dec 2023 21:20:38 +0800 Subject: [PATCH] =?UTF-8?q?weixin=20appid=20=E6=94=B9=E4=B8=BA=E4=BA=92?= =?UTF-8?q?=E5=8A=A8=E6=B8=B8=E6=88=8F=EF=BC=88=E8=BF=9B=E8=B4=A4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msext/AppDelegate.m | 4 ++-- msext/Class/Common/SGDefineInfo.h | 6 +++--- msext/Info.plist | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/msext/AppDelegate.m b/msext/AppDelegate.m index 2c7b57a..bbc6d46 100755 --- a/msext/AppDelegate.m +++ b/msext/AppDelegate.m @@ -252,8 +252,8 @@ [self.window makeKeyAndVisible]; - - [WXApi registerApp:@"wxa5fcff77c40d721c" enableMTA:YES]; + //微信appID + [WXApi registerApp:@"wx586a9b321e56efb7" enableMTA:YES]; //向微信注册支持的文件类型 UInt64 typeFlag = MMAPP_SUPPORT_TEXT | MMAPP_SUPPORT_PICTURE | MMAPP_SUPPORT_LOCATION | MMAPP_SUPPORT_VIDEO |MMAPP_SUPPORT_AUDIO | MMAPP_SUPPORT_WEBPAGE | MMAPP_SUPPORT_DOC | MMAPP_SUPPORT_DOCX | MMAPP_SUPPORT_PPT | MMAPP_SUPPORT_PPTX | MMAPP_SUPPORT_XLS | MMAPP_SUPPORT_XLSX | MMAPP_SUPPORT_PDF; diff --git a/msext/Class/Common/SGDefineInfo.h b/msext/Class/Common/SGDefineInfo.h index bebe323..571cac1 100755 --- a/msext/Class/Common/SGDefineInfo.h +++ b/msext/Class/Common/SGDefineInfo.h @@ -100,11 +100,11 @@ x = nil;\ #define iosversion 1 #define gameversion 1 -#define gamehallname @"开元棋牌" +#define gamehallname @"进贤聚友棋牌" static NSString *kAuthScope = @"snsapi_message,snsapi_userinfo,snsapi_friend,snsapi_contact"; -static NSString *kAuthOpenID = @"wxa5fcff77c40d721c"; +static NSString *kAuthOpenID = @"wx586a9b321e56efb7"; static NSString *kAuthState = @"wechat_sdk"; -static NSString *Appsecret = @"489fc47bee2f0d61814f71a8634a9380"; +static NSString *Appsecret = @"b2792724b9565be23e8f5ba548f117cf"; static NSString *kMessageAction = @"dotalist"; #define webPathtcp [[NSBundle mainBundle] pathForResource:@"web" ofType:nil] /* diff --git a/msext/Info.plist b/msext/Info.plist index a345d81..6e059e2 100755 --- a/msext/Info.plist +++ b/msext/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion en CFBundleDisplayName - 开元棋牌 + 进贤聚友棋牌 CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -29,7 +29,7 @@ weixin CFBundleURLSchemes - wxa5fcff77c40d721c + wx586a9b321e56efb7