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