weixin appid 改为互动游戏(进贤)

This commit is contained in:
Joywayer
2023-12-27 21:20:38 +08:00
parent f6343426d6
commit d094605aa7
3 changed files with 7 additions and 7 deletions

View File

@@ -252,8 +252,8 @@
[self.window makeKeyAndVisible]; [self.window makeKeyAndVisible];
//appID
[WXApi registerApp:@"wxa5fcff77c40d721c" enableMTA:YES]; [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; 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;

View File

@@ -100,11 +100,11 @@ x = nil;\
#define iosversion 1 #define iosversion 1
#define gameversion 1 #define gameversion 1
#define gamehallname @"开元棋牌" #define gamehallname @"进贤聚友棋牌"
static NSString *kAuthScope = @"snsapi_message,snsapi_userinfo,snsapi_friend,snsapi_contact"; 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 *kAuthState = @"wechat_sdk";
static NSString *Appsecret = @"489fc47bee2f0d61814f71a8634a9380"; static NSString *Appsecret = @"b2792724b9565be23e8f5ba548f117cf";
static NSString *kMessageAction = @"<action>dotalist</action>"; static NSString *kMessageAction = @"<action>dotalist</action>";
#define webPathtcp [[NSBundle mainBundle] pathForResource:@"web" ofType:nil] #define webPathtcp [[NSBundle mainBundle] pathForResource:@"web" ofType:nil]
/* /*

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>开元棋牌</string> <string>进贤聚友棋牌</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@@ -29,7 +29,7 @@
<string>weixin</string> <string>weixin</string>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>wxa5fcff77c40d721c</string> <string>wx586a9b321e56efb7</string>
</array> </array>
</dict> </dict>
<dict> <dict>